Html Css Color HEX #C35618 Chocolate

📋 copy color: '#C35618'

red 195 ◦ green 86 ◦ blue 24

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

Shades of Chocolate #C35618

Tints of Chocolate #C35618

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

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

R = 63.93%
G = 28.2%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C35618 (or 0xC35618) is known color: Chocolate. HEX triplet: C3, 56 and 18. RGB value is (195,86,24). Sum of RGB (Red+Green+Blue) = 195+86+24=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C35618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35618 is #3CA9E7. Grayscale: #6F6F6F. Windows color (decimal): -3975656 or 1595075. OLE color: 1595075.

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

Color convert

RGB 195 86 24 -
CMYK 0 0.56 0.88 0.24
HSL 21.75º 0.78% 0.43% -
HSV(B) 21.75º 0.88% 0.76% -
XYZ 26 18.32 3.03 -
YUV 111.52 78.61 187.54 -
System Red Green Blue C M Y K H S L
Decimal 195 86 24 0 0.56 0.88 0.24 21.75 0.78 0.43
Hex C3 56 18 0 38 58 18 16 4E 2B
Octal 303 126 30 0 70 130 30 26 116 53
Binary 11000011 1010110 11000 0 111000 1011000 11000 10110 1001110 101011

Color Harmonies of #C35618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35618

Black with #C35618

Text Example


Text Example

White with #C35618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35618; }

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

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

background-color css

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

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

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

border-color css

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

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

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