Html Css Color HEX #C37220 Ochre

📋 copy color: '#C37220'

red 195 ◦ green 114 ◦ blue 32

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

Shades of Ochre #C37220

Tints of Ochre #C37220

RGB

 RED value IS 195 (76.56% from 255) = 57.18%

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

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

R = 57.18%
G = 33.43%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C37220 (or 0xC37220) is known color: Ochre. HEX triplet: C3, 72 and 20. RGB value is (195,114,32). Sum of RGB (Red+Green+Blue) = 195+114+32=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C37220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37220 is #3C8DDF. Grayscale: #818181. Windows color (decimal): -3968480 or 2126531. OLE color: 2126531.

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

Color convert

RGB 195 114 32 -
CMYK 0 0.42 0.84 0.24
HSL 30.18º 0.72% 0.45% -
HSV(B) 30.18º 0.84% 0.76% -
XYZ 28.78 23.74 4.43 -
YUV 128.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 195 114 32 0 0.42 0.84 0.24 30.18 0.72 0.45
Hex C3 72 20 0 2A 54 18 1E 48 2D
Octal 303 162 40 0 52 124 30 36 110 55
Binary 11000011 1110010 100000 0 101010 1010100 11000 11110 1001000 101101

Color Harmonies of #C37220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37220

Black with #C37220

Text Example


Text Example

White with #C37220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37220; }

 p { color: rgb(195,114,32); }

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

background-color css

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

 a { background-color: rgb(195,114,32); }

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

border-color css

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

 span { border-color: rgb(195,114,32); }

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