Html Css Color HEX #C57209 Ochre

📋 copy color: '#C57209'

red 197 ◦ green 114 ◦ blue 9

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

Shades of Ochre #C57209

Tints of Ochre #C57209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 9 (3.91% from 255) = 2.81%

R = 61.56%
G = 35.63%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C57209 (or 0xC57209) is known color: Ochre. HEX triplet: C5, 72 and 09. RGB value is (197,114,9). Sum of RGB (Red+Green+Blue) = 197+114+9=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C57209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57209 is #3A8DF6. Grayscale: #7F7F7F. Windows color (decimal): -3837431 or 619205. OLE color: 619205.

HSL color Cylindrical-coordinate representation of color #C57209: hue angle of 33.51º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C57209 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 114 9 -
CMYK 0 0.42 0.95 0.23
HSL 33.51º 0.91% 0.4% -
HSV(B) 33.51º 0.95% 0.77% -
XYZ 29.09 23.92 3.34 -
YUV 126.85 61.5 178.04 -
System Red Green Blue C M Y K H S L
Decimal 197 114 9 0 0.42 0.95 0.23 33.51 0.91 0.4
Hex C5 72 9 0 2A 5F 17 22 5B 28
Octal 305 162 11 0 52 137 27 42 133 50
Binary 11000101 1110010 1001 0 101010 1011111 10111 100010 1011011 101000

Color Harmonies of #C57209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57209

Black with #C57209

Text Example


Text Example

White with #C57209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57209; }

 p { color: rgb(197,114,9); }

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

background-color css

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

 a { background-color: rgb(197,114,9); }

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

border-color css

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

 span { border-color: rgb(197,114,9); }

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