Html Css Color HEX #C36B20 Ochre

📋 copy color: '#C36B20'

red 195 ◦ green 107 ◦ blue 32

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

Shades of Ochre #C36B20

Tints of Ochre #C36B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

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

R = 58.38%
G = 32.04%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C36B20 (or 0xC36B20) is known color: Ochre. HEX triplet: C3, 6B and 20. RGB value is (195,107,32). Sum of RGB (Red+Green+Blue) = 195+107+32=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B20 is #3C94DF. Grayscale: #7D7D7D. Windows color (decimal): -3970272 or 2124739. OLE color: 2124739.

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

Color convert

RGB 195 107 32 -
CMYK 0 0.45 0.84 0.24
HSL 27.61º 0.72% 0.45% -
HSV(B) 27.61º 0.84% 0.76% -
XYZ 28.02 22.22 4.18 -
YUV 124.76 75.65 178.1 -
System Red Green Blue C M Y K H S L
Decimal 195 107 32 0 0.45 0.84 0.24 27.61 0.72 0.45
Hex C3 6B 20 0 2D 54 18 1C 48 2D
Octal 303 153 40 0 55 124 30 34 110 55
Binary 11000011 1101011 100000 0 101101 1010100 11000 11100 1001000 101101

Color Harmonies of #C36B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36B20

Black with #C36B20

Text Example


Text Example

White with #C36B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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