Html Css Color HEX #C45D17 Chocolate

📋 copy color: '#C45D17'

red 196 ◦ green 93 ◦ blue 23

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

Shades of Chocolate #C45D17

Tints of Chocolate #C45D17

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

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

R = 62.82%
G = 29.81%
B = 7.37%

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

#C45D17 (or 0xC45D17) is known color: Chocolate. HEX triplet: C4, 5D and 17. RGB value is (196,93,23). Sum of RGB (Red+Green+Blue) = 196+93+23=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45D17 is #3BA2E8. Grayscale: #747474. Windows color (decimal): -3908329 or 1531332. OLE color: 1531332.

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

Color convert

RGB 196 93 23 -
CMYK 0 0.53 0.88 0.23
HSL 24.28º 0.79% 0.43% -
HSV(B) 24.28º 0.88% 0.77% -
XYZ 26.83 19.63 3.18 -
YUV 115.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 196 93 23 0 0.53 0.88 0.23 24.28 0.79 0.43
Hex C4 5D 17 0 35 58 17 18 4F 2B
Octal 304 135 27 0 65 130 27 30 117 53
Binary 11000100 1011101 10111 0 110101 1011000 10111 11000 1001111 101011

Color Harmonies of #C45D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45D17

Black with #C45D17

Text Example


Text Example

White with #C45D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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