Html Css Color HEX #C45518 Chocolate

📋 copy color: '#C45518'

red 196 ◦ green 85 ◦ blue 24

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

Shades of Chocolate #C45518

Tints of Chocolate #C45518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 64.26%
G = 27.87%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C45518 (or 0xC45518) is known color: Chocolate. HEX triplet: C4, 55 and 18. RGB value is (196,85,24). Sum of RGB (Red+Green+Blue) = 196+85+24=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C45518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45518 is #3BAAE7. Grayscale: #6F6F6F. Windows color (decimal): -3910376 or 1594820. OLE color: 1594820.

HSL color Cylindrical-coordinate representation of color #C45518: hue angle of 21.28º degrees, saturation: 0.78, 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 #C45518 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 24 -
CMYK 0 0.57 0.88 0.23
HSL 21.28º 0.78% 0.43% -
HSV(B) 21.28º 0.88% 0.77% -
XYZ 26.18 18.3 3.02 -
YUV 111.24 78.77 188.46 -
System Red Green Blue C M Y K H S L
Decimal 196 85 24 0 0.57 0.88 0.23 21.28 0.78 0.43
Hex C4 55 18 0 39 58 17 15 4E 2B
Octal 304 125 30 0 71 130 27 25 116 53
Binary 11000100 1010101 11000 0 111001 1011000 10111 10101 1001110 101011

Color Harmonies of #C45518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45518

Black with #C45518

Text Example


Text Example

White with #C45518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45518; }

 p { color: rgb(196,85,24); }

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

background-color css

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

 a { background-color: rgb(196,85,24); }

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

border-color css

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

 span { border-color: rgb(196,85,24); }

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