Html Css Color HEX #C57029 Ochre

📋 copy color: '#C57029'

red 197 ◦ green 112 ◦ blue 41

#C57029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C57029

Tints of Ochre #C57029

RGB

 RED value IS 197 (77.34% from 255) = 56.29%

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 41 (16.41% from 255) = 11.71%

R = 56.29%
G = 32%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C57029 (or 0xC57029) is known color: Ochre. HEX triplet: C5, 70 and 29. RGB value is (197,112,41). Sum of RGB (Red+Green+Blue) = 197+112+41=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C57029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57029 is #3A8FD6. Grayscale: #818181. Windows color (decimal): -3837911 or 2715845. OLE color: 2715845.

HSL color Cylindrical-coordinate representation of color #C57029: hue angle of 27.31º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C57029 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 41 -
CMYK 0 0.43 0.79 0.23
HSL 27.31º 0.66% 0.47% -
HSV(B) 27.31º 0.79% 0.77% -
XYZ 29.22 23.62 5.12 -
YUV 129.32 78.16 176.27 -
System Red Green Blue C M Y K H S L
Decimal 197 112 41 0 0.43 0.79 0.23 27.31 0.66 0.47
Hex C5 70 29 0 2B 4F 17 1B 42 2F
Octal 305 160 51 0 53 117 27 33 102 57
Binary 11000101 1110000 101001 0 101011 1001111 10111 11011 1000010 101111

Color Harmonies of #C57029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57029

Black with #C57029

Text Example


Text Example

White with #C57029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57029; }

 p { color: rgb(197,112,41); }

 H1.HeaderClassName
 {
   color: #C57029;
 }
 .AnyTagClassName
 {
   color: #C57029;
 }
</style>

background-color css

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

 a { background-color: rgb(197,112,41); }

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

border-color css

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

 span { border-color: rgb(197,112,41); }

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