Html Css Color HEX #C45617 Chocolate

📋 copy color: '#C45617'

red 196 ◦ green 86 ◦ blue 23

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

Shades of Chocolate #C45617

Tints of Chocolate #C45617

RGB

 RED value IS 196 (76.95% from 255) = 64.26%

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

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

R = 64.26%
G = 28.2%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C45617 (or 0xC45617) is known color: Chocolate. HEX triplet: C4, 56 and 17. RGB value is (196,86,23). Sum of RGB (Red+Green+Blue) = 196+86+23=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C45617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45617 is #3BA9E8. Grayscale: #707070. Windows color (decimal): -3910121 or 1529540. OLE color: 1529540.

HSL color Cylindrical-coordinate representation of color #C45617: hue angle of 21.85º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C45617 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 86 23 -
CMYK 0 0.56 0.88 0.23
HSL 21.85º 0.79% 0.43% -
HSV(B) 21.85º 0.88% 0.77% -
XYZ 26.25 18.45 2.99 -
YUV 111.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 196 86 23 0 0.56 0.88 0.23 21.85 0.79 0.43
Hex C4 56 17 0 38 58 17 16 4F 2B
Octal 304 126 27 0 70 130 27 26 117 53
Binary 11000100 1010110 10111 0 111000 1011000 10111 10110 1001111 101011

Color Harmonies of #C45617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45617

Black with #C45617

Text Example


Text Example

White with #C45617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45617; }

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

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

background-color css

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

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

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

border-color css

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

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

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