Html Css Color HEX #C57F22 Ochre

📋 copy color: '#C57F22'

red 197 ◦ green 127 ◦ blue 34

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

Shades of Ochre #C57F22

Tints of Ochre #C57F22

RGB

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

 GREEN value IS 127 (50% from 255) = 35.47%

 BLUE value IS 34 (13.67% from 255) = 9.5%

R = 55.03%
G = 35.47%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C57F22 (or 0xC57F22) is known color: Ochre. HEX triplet: C5, 7F and 22. RGB value is (197,127,34). Sum of RGB (Red+Green+Blue) = 197+127+34=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F22 is #3A80DD. Grayscale: #898989. Windows color (decimal): -3834078 or 2260933. OLE color: 2260933.

HSL color Cylindrical-coordinate representation of color #C57F22: hue angle of 34.23º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C57F22 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 34 -
CMYK 0 0.36 0.83 0.23
HSL 34.23º 0.71% 0.45% -
HSV(B) 34.23º 0.83% 0.77% -
XYZ 30.9 27.16 5.13 -
YUV 137.33 69.69 170.56 -
System Red Green Blue C M Y K H S L
Decimal 197 127 34 0 0.36 0.83 0.23 34.23 0.71 0.45
Hex C5 7F 22 0 24 53 17 22 47 2D
Octal 305 177 42 0 44 123 27 42 107 55
Binary 11000101 1111111 100010 0 100100 1010011 10111 100010 1000111 101101

Color Harmonies of #C57F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F22

Black with #C57F22

Text Example


Text Example

White with #C57F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F22; }

 p { color: rgb(197,127,34); }

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

background-color css

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

 a { background-color: rgb(197,127,34); }

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

border-color css

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

 span { border-color: rgb(197,127,34); }

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