Html Css Color HEX #C36B18 Chocolate

📋 copy color: '#C36B18'

red 195 ◦ green 107 ◦ blue 24

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

Shades of Chocolate #C36B18

Tints of Chocolate #C36B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.36%

R = 59.82%
G = 32.82%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C36B18 (or 0xC36B18) is known color: Chocolate. HEX triplet: C3, 6B and 18. RGB value is (195,107,24). Sum of RGB (Red+Green+Blue) = 195+107+24=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36B18 is #3C94E7. Grayscale: #7C7C7C. Windows color (decimal): -3970280 or 1600451. OLE color: 1600451.

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

Color convert

RGB 195 107 24 -
CMYK 0 0.45 0.88 0.24
HSL 29.12º 0.78% 0.43% -
HSV(B) 29.12º 0.88% 0.76% -
XYZ 27.93 22.18 3.67 -
YUV 123.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 195 107 24 0 0.45 0.88 0.24 29.12 0.78 0.43
Hex C3 6B 18 0 2D 58 18 1D 4E 2B
Octal 303 153 30 0 55 130 30 35 116 53
Binary 11000011 1101011 11000 0 101101 1011000 11000 11101 1001110 101011

Color Harmonies of #C36B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36B18

Black with #C36B18

Text Example


Text Example

White with #C36B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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