Html Css Color HEX #C36018 Chocolate

📋 copy color: '#C36018'

red 195 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #C36018

Tints of Chocolate #C36018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.48%

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

R = 61.9%
G = 30.48%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C36018 (or 0xC36018) is known color: Chocolate. HEX triplet: C3, 60 and 18. RGB value is (195,96,24). Sum of RGB (Red+Green+Blue) = 195+96+24=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C36018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36018 is #3C9FE7. Grayscale: #757575. Windows color (decimal): -3973096 or 1597635. OLE color: 1597635.

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

Color convert

RGB 195 96 24 -
CMYK 0 0.51 0.88 0.24
HSL 25.26º 0.78% 0.43% -
HSV(B) 25.26º 0.88% 0.76% -
XYZ 26.85 20.03 3.32 -
YUV 117.39 75.3 183.35 -
System Red Green Blue C M Y K H S L
Decimal 195 96 24 0 0.51 0.88 0.24 25.26 0.78 0.43
Hex C3 60 18 0 33 58 18 19 4E 2B
Octal 303 140 30 0 63 130 30 31 116 53
Binary 11000011 1100000 11000 0 110011 1011000 11000 11001 1001110 101011

Color Harmonies of #C36018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36018

Black with #C36018

Text Example


Text Example

White with #C36018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36018; }

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

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

background-color css

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

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

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

border-color css

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

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

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