Html Css Color HEX #C57920 Ochre

📋 copy color: '#C57920'

red 197 ◦ green 121 ◦ blue 32

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

Shades of Ochre #C57920

Tints of Ochre #C57920

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.57%

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

R = 56.29%
G = 34.57%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C57920 (or 0xC57920) is known color: Ochre. HEX triplet: C5, 79 and 20. RGB value is (197,121,32). Sum of RGB (Red+Green+Blue) = 197+121+32=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C57920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57920 is #3A86DF. Grayscale: #868686. Windows color (decimal): -3835616 or 2128325. OLE color: 2128325.

HSL color Cylindrical-coordinate representation of color #C57920: hue angle of 32.36º 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 #C57920 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 121 32 -
CMYK 0 0.39 0.84 0.23
HSL 32.36º 0.72% 0.45% -
HSV(B) 32.36º 0.84% 0.77% -
XYZ 30.12 25.65 4.73 -
YUV 133.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 197 121 32 0 0.39 0.84 0.23 32.36 0.72 0.45
Hex C5 79 20 0 27 54 17 20 48 2D
Octal 305 171 40 0 47 124 27 40 110 55
Binary 11000101 1111001 100000 0 100111 1010100 10111 100000 1001000 101101

Color Harmonies of #C57920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57920

Black with #C57920

Text Example


Text Example

White with #C57920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57920; }

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

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

background-color css

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

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

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

border-color css

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

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

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