Html Css Color HEX #C45717 Chocolate

📋 copy color: '#C45717'

red 196 ◦ green 87 ◦ blue 23

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

Shades of Chocolate #C45717

Tints of Chocolate #C45717

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.43%

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

R = 64.05%
G = 28.43%
B = 7.52%

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

#C45717 (or 0xC45717) is known color: Chocolate. HEX triplet: C4, 57 and 17. RGB value is (196,87,23). Sum of RGB (Red+Green+Blue) = 196+87+23=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C45717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45717 is #3BA8E8. Grayscale: #707070. Windows color (decimal): -3909865 or 1529796. OLE color: 1529796.

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

Color convert

RGB 196 87 23 -
CMYK 0 0.56 0.88 0.23
HSL 22.2º 0.79% 0.43% -
HSV(B) 22.2º 0.88% 0.77% -
XYZ 26.33 18.61 3.02 -
YUV 112.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 196 87 23 0 0.56 0.88 0.23 22.2 0.79 0.43
Hex C4 57 17 0 38 58 17 16 4F 2B
Octal 304 127 27 0 70 130 27 26 117 53
Binary 11000100 1010111 10111 0 111000 1011000 10111 10110 1001111 101011

Color Harmonies of #C45717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45717

Black with #C45717

Text Example


Text Example

White with #C45717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45717; }

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

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

background-color css

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

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

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

border-color css

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

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

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