Html Css Color HEX #C57007 Ochre

📋 copy color: '#C57007'

red 197 ◦ green 112 ◦ blue 7

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

Shades of Ochre #C57007

Tints of Ochre #C57007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 62.34%
G = 35.44%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C57007 (or 0xC57007) is known color: Ochre. HEX triplet: C5, 70 and 07. RGB value is (197,112,7). Sum of RGB (Red+Green+Blue) = 197+112+7=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C57007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57007 is #3A8FF8. Grayscale: #7D7D7D. Windows color (decimal): -3837945 or 487621. OLE color: 487621.

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

Color convert

RGB 197 112 7 -
CMYK 0 0.43 0.96 0.23
HSL 33.16º 0.93% 0.4% -
HSV(B) 33.16º 0.96% 0.77% -
XYZ 28.86 23.47 3.21 -
YUV 125.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 197 112 7 0 0.43 0.96 0.23 33.16 0.93 0.4
Hex C5 70 7 0 2B 60 17 21 5D 28
Octal 305 160 7 0 53 140 27 41 135 50
Binary 11000101 1110000 111 0 101011 1100000 10111 100001 1011101 101000

Color Harmonies of #C57007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57007

Black with #C57007

Text Example


Text Example

White with #C57007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57007; }

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

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

background-color css

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

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

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

border-color css

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

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

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