Html Css Color HEX #C45619 Chocolate

📋 copy color: '#C45619'

red 196 ◦ green 86 ◦ blue 25

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

Shades of Chocolate #C45619

Tints of Chocolate #C45619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.14%

R = 63.84%
G = 28.01%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C45619 (or 0xC45619) is known color: Chocolate. HEX triplet: C4, 56 and 19. RGB value is (196,86,25). Sum of RGB (Red+Green+Blue) = 196+86+25=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C45619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45619 is #3BA9E6. Grayscale: #707070. Windows color (decimal): -3910119 or 1660612. OLE color: 1660612.

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

Color convert

RGB 196 86 25 -
CMYK 0 0.56 0.87 0.23
HSL 21.4º 0.77% 0.43% -
HSV(B) 21.4º 0.87% 0.77% -
XYZ 26.27 18.46 3.1 -
YUV 111.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 196 86 25 0 0.56 0.87 0.23 21.4 0.77 0.43
Hex C4 56 19 0 38 57 17 15 4D 2B
Octal 304 126 31 0 70 127 27 25 115 53
Binary 11000100 1010110 11001 0 111000 1010111 10111 10101 1001101 101011

Color Harmonies of #C45619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45619

Black with #C45619

Text Example


Text Example

White with #C45619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45619; }

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

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

background-color css

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

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

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

border-color css

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

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

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