Html Css Color HEX #C36E20 Ochre

📋 copy color: '#C36E20'

red 195 ◦ green 110 ◦ blue 32

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

Shades of Ochre #C36E20

Tints of Ochre #C36E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.64%

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

R = 57.86%
G = 32.64%
B = 9.5%

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

#C36E20 (or 0xC36E20) is known color: Ochre. HEX triplet: C3, 6E and 20. RGB value is (195,110,32). Sum of RGB (Red+Green+Blue) = 195+110+32=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36E20 is #3C91DF. Grayscale: #7E7E7E. Windows color (decimal): -3969504 or 2125507. OLE color: 2125507.

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

Color convert

RGB 195 110 32 -
CMYK 0 0.44 0.84 0.24
HSL 28.71º 0.72% 0.45% -
HSV(B) 28.71º 0.84% 0.76% -
XYZ 28.34 22.86 4.28 -
YUV 126.52 74.66 176.84 -
System Red Green Blue C M Y K H S L
Decimal 195 110 32 0 0.44 0.84 0.24 28.71 0.72 0.45
Hex C3 6E 20 0 2C 54 18 1D 48 2D
Octal 303 156 40 0 54 124 30 35 110 55
Binary 11000011 1101110 100000 0 101100 1010100 11000 11101 1001000 101101

Color Harmonies of #C36E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E20

Black with #C36E20

Text Example


Text Example

White with #C36E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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