Html Css Color HEX #C36D20 Ochre

📋 copy color: '#C36D20'

red 195 ◦ green 109 ◦ blue 32

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

Shades of Ochre #C36D20

Tints of Ochre #C36D20

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

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

R = 58.04%
G = 32.44%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C36D20 (or 0xC36D20) is known color: Ochre. HEX triplet: C3, 6D and 20. RGB value is (195,109,32). Sum of RGB (Red+Green+Blue) = 195+109+32=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36D20 is #3C92DF. Grayscale: #7E7E7E. Windows color (decimal): -3969760 or 2125251. OLE color: 2125251.

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

Color convert

RGB 195 109 32 -
CMYK 0 0.44 0.84 0.24
HSL 28.34º 0.72% 0.45% -
HSV(B) 28.34º 0.84% 0.76% -
XYZ 28.24 22.64 4.25 -
YUV 125.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 195 109 32 0 0.44 0.84 0.24 28.34 0.72 0.45
Hex C3 6D 20 0 2C 54 18 1C 48 2D
Octal 303 155 40 0 54 124 30 34 110 55
Binary 11000011 1101101 100000 0 101100 1010100 11000 11100 1001000 101101

Color Harmonies of #C36D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D20

Black with #C36D20

Text Example


Text Example

White with #C36D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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