Html Css Color HEX #C45C18 Chocolate

📋 copy color: '#C45C18'

red 196 ◦ green 92 ◦ blue 24

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

Shades of Chocolate #C45C18

Tints of Chocolate #C45C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

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

R = 62.82%
G = 29.49%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C45C18 (or 0xC45C18) is known color: Chocolate. HEX triplet: C4, 5C and 18. RGB value is (196,92,24). Sum of RGB (Red+Green+Blue) = 196+92+24=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45C18 is #3BA3E7. Grayscale: #737373. Windows color (decimal): -3908584 or 1596612. OLE color: 1596612.

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

Color convert

RGB 196 92 24 -
CMYK 0 0.53 0.88 0.23
HSL 23.72º 0.78% 0.43% -
HSV(B) 23.72º 0.88% 0.77% -
XYZ 26.76 19.46 3.21 -
YUV 115.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 196 92 24 0 0.53 0.88 0.23 23.72 0.78 0.43
Hex C4 5C 18 0 35 58 17 18 4E 2B
Octal 304 134 30 0 65 130 27 30 116 53
Binary 11000100 1011100 11000 0 110101 1011000 10111 11000 1001110 101011

Color Harmonies of #C45C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45C18

Black with #C45C18

Text Example


Text Example

White with #C45C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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