#c2791f

Color #C2791F Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C2791F

Tints of Ochre #C2791F

Color information

#C2791F (or 0xC2791F) is unknown color: approx Ochre. HEX triplet: C2, 79 and 1F. RGB value is (194,121,31). Sum of RGB (Red+Green+Blue) = 194+121+31=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C2791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2791F is #3D86E0. Grayscale: #858585. Windows color (decimal): -4032225 or 2062786. OLE color: 2062786.

HSL color Cylindrical-coordinate representation of color #C2791F: hue angle of 33.13º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2791F is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19412131-
CMYK00.380.840.24
HSL33.13º72.44%44.12%-
HSV(B)33.13º84.02%76.08%-
XYZ29.3325.244.62-
YUV132.5770.68171.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 31 (12.5% from 255) = 8.96%
R=56.07%
G=34.97%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941213100.380.840.2433.1372.4444.12
HexC2791F026541821482c
Octal30217137046124304111054
Binary1100001011110011111101001101010100110001000011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2791f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2791f; }

 p { color: rgb(194,121,31); }

 H1.HeaderClassName
 {
   color: #c2791f;
 }
 .AnyTagClassName
 {
   color: #c2791f;
 }
</style>
background-color css

<style>
 a { background-color: #c2791f; }

 a { background-color: rgb(194,121,31); }

 div.DivClassName
 {
   background-color: #c2791f;
 }
 .BgClassName
 {
   background-color: #c2791f;
 }
</style>
border-color css

<style>
 span { border-color: #c2791f; }

 span { border-color: rgb(194,121,31); }

 td.TdClassName
 {
   border-color: #c2791f;
 }
 .TagClassName
 {
   border-color: #c2791f;
 }
</style>