Html Css Color HEX #C37120 Ochre

📋 copy color: '#C37120'

red 195 ◦ green 113 ◦ blue 32

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

Shades of Ochre #C37120

Tints of Ochre #C37120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

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

R = 57.35%
G = 33.24%
B = 9.41%

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

#C37120 (or 0xC37120) is known color: Ochre. HEX triplet: C3, 71 and 20. RGB value is (195,113,32). Sum of RGB (Red+Green+Blue) = 195+113+32=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C37120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37120 is #3C8EDF. Grayscale: #808080. Windows color (decimal): -3968736 or 2126275. OLE color: 2126275.

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

Color convert

RGB 195 113 32 -
CMYK 0 0.42 0.84 0.24
HSL 29.82º 0.72% 0.45% -
HSV(B) 29.82º 0.84% 0.76% -
XYZ 28.67 23.52 4.39 -
YUV 128.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 195 113 32 0 0.42 0.84 0.24 29.82 0.72 0.45
Hex C3 71 20 0 2A 54 18 1E 48 2D
Octal 303 161 40 0 52 124 30 36 110 55
Binary 11000011 1110001 100000 0 101010 1010100 11000 11110 1001000 101101

Color Harmonies of #C37120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37120

Black with #C37120

Text Example


Text Example

White with #C37120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37120; }

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

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

background-color css

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

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

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

border-color css

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

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

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