Html Css Color HEX #C57B20 Ochre

📋 copy color: '#C57B20'

red 197 ◦ green 123 ◦ blue 32

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

Shades of Ochre #C57B20

Tints of Ochre #C57B20

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.94%

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 55.97%
G = 34.94%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C57B20 (or 0xC57B20) is known color: Ochre. HEX triplet: C5, 7B and 20. RGB value is (197,123,32). Sum of RGB (Red+Green+Blue) = 197+123+32=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57B20 is #3A84DF. Grayscale: #878787. Windows color (decimal): -3835104 or 2128837. OLE color: 2128837.

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

Color convert

RGB 197 123 32 -
CMYK 0 0.38 0.84 0.23
HSL 33.09º 0.72% 0.45% -
HSV(B) 33.09º 0.84% 0.77% -
XYZ 30.37 26.14 4.81 -
YUV 134.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 197 123 32 0 0.38 0.84 0.23 33.09 0.72 0.45
Hex C5 7B 20 0 26 54 17 21 48 2D
Octal 305 173 40 0 46 124 27 41 110 55
Binary 11000101 1111011 100000 0 100110 1010100 10111 100001 1001000 101101

Color Harmonies of #C57B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57B20

Black with #C57B20

Text Example


Text Example

White with #C57B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57B20; }

 p { color: rgb(197,123,32); }

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

background-color css

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

 a { background-color: rgb(197,123,32); }

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

border-color css

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

 span { border-color: rgb(197,123,32); }

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