#C5791D

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

Shades of Ochre #C5791D

Tints of Ochre #C5791D

Color information

#C5791D (or 0xC5791D) is unknown color: approx Ochre. HEX triplet: C5, 79 and 1D. RGB value is (197,121,29). Sum of RGB (Red+Green+Blue) = 197+121+29=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5791D is #3A86E2. Grayscale: #858585. Windows color (decimal): -3835619 or 1931717. OLE color: 1931717.

HSL color Cylindrical-coordinate representation of color #C5791D: hue angle of 32.86º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5791D is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB19712129-
CMYK00.390.850.23
HSL32.86º74.34%44.31%-
HSV(B)32.86º85.28%77.25%-
XYZ30.0925.634.52-
YUV133.2469.18173.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 29 (11.72% from 255) = 8.36%
R=56.77%
G=34.87%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971212900.390.850.2332.8674.3444.31
HexC5791D0275517214a2c
Octal30517135047125274111254
Binary1100010111110011110101001111010101101111000011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5791D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5791D; }

 p { color: rgb(197,121,29); }

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

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

 a { background-color: rgb(197,121,29); }

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

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

 span { border-color: rgb(197,121,29); }

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