Html Css Color HEX #C36118 Chocolate

📋 copy color: '#C36118'

red 195 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #C36118

Tints of Chocolate #C36118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

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

R = 61.71%
G = 30.7%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C36118 (or 0xC36118) is known color: Chocolate. HEX triplet: C3, 61 and 18. RGB value is (195,97,24). Sum of RGB (Red+Green+Blue) = 195+97+24=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C36118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36118 is #3C9EE7. Grayscale: #767676. Windows color (decimal): -3972840 or 1597891. OLE color: 1597891.

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

Color convert

RGB 195 97 24 -
CMYK 0 0.50 0.88 0.24
HSL 25.61º 0.78% 0.43% -
HSV(B) 25.61º 0.88% 0.76% -
XYZ 26.95 20.22 3.35 -
YUV 117.98 74.97 182.94 -
System Red Green Blue C M Y K H S L
Decimal 195 97 24 0 0.50 0.88 0.24 25.61 0.78 0.43
Hex C3 61 18 0 32 58 18 1A 4E 2B
Octal 303 141 30 0 62 130 30 32 116 53
Binary 11000011 1100001 11000 0 110010 1011000 11000 11010 1001110 101011

Color Harmonies of #C36118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36118

Black with #C36118

Text Example


Text Example

White with #C36118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36118; }

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

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

background-color css

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

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

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

border-color css

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

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

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