#C2791A

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

Shades of Ochre #C2791A

Tints of Ochre #C2791A

Color information

#C2791A (or 0xC2791A) is unknown color: approx Ochre. HEX triplet: C2, 79 and 1A. RGB value is (194,121,26). Sum of RGB (Red+Green+Blue) = 194+121+26=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2791A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2791A is #3D86E5. Grayscale: #848484. Windows color (decimal): -4032230 or 1735106. OLE color: 1735106.

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

Color convert

RGB19412126-
CMYK00.380.870.24
HSL33.93º76.36%43.14%-
HSV(B)33.93º86.6%76.08%-
XYZ29.2725.224.3-
YUV13268.18172.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.89%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 26 (10.55% from 255) = 7.62%
R=56.89%
G=35.48%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941212600.380.870.2433.9376.3643.14
HexC2791A0265718224c2b
Octal30217132046127304211453
Binary1100001011110011101001001101010111110001000101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2791A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2791A; }

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

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

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

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

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

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

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

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