Html Css Color HEX #C35617 Chocolate

📋 copy color: '#C35617'

red 195 ◦ green 86 ◦ blue 23

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

Shades of Chocolate #C35617

Tints of Chocolate #C35617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.57%

R = 64.14%
G = 28.29%
B = 7.57%

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

#C35617 (or 0xC35617) is known color: Chocolate. HEX triplet: C3, 56 and 17. RGB value is (195,86,23). Sum of RGB (Red+Green+Blue) = 195+86+23=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C35617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35617 is #3CA9E8. Grayscale: #6F6F6F. Windows color (decimal): -3975657 or 1529539. OLE color: 1529539.

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

Color convert

RGB 195 86 23 -
CMYK 0 0.56 0.88 0.24
HSL 21.98º 0.79% 0.43% -
HSV(B) 21.98º 0.88% 0.76% -
XYZ 25.99 18.32 2.98 -
YUV 111.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 195 86 23 0 0.56 0.88 0.24 21.98 0.79 0.43
Hex C3 56 17 0 38 58 18 16 4F 2B
Octal 303 126 27 0 70 130 30 26 117 53
Binary 11000011 1010110 10111 0 111000 1011000 11000 10110 1001111 101011

Color Harmonies of #C35617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35617

Black with #C35617

Text Example


Text Example

White with #C35617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35617; }

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

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

background-color css

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

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

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

border-color css

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

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

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