Html Css Color HEX #C56913 Chocolate

📋 copy color: '#C56913'

red 197 ◦ green 105 ◦ blue 19

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

Shades of Chocolate #C56913

Tints of Chocolate #C56913

RGB

 RED value IS 197 (77.34% from 255) = 61.37%

 GREEN value IS 105 (41.41% from 255) = 32.71%

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 61.37%
G = 32.71%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C56913 (or 0xC56913) is known color: Chocolate. HEX triplet: C5, 69 and 13. RGB value is (197,105,19). Sum of RGB (Red+Green+Blue) = 197+105+19=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C56913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56913 is #3A96EC. Grayscale: #7B7B7B. Windows color (decimal): -3839725 or 1272261. OLE color: 1272261.

HSL color Cylindrical-coordinate representation of color #C56913: hue angle of 28.99º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C56913 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 19 -
CMYK 0 0.47 0.90 0.23
HSL 28.99º 0.82% 0.42% -
HSV(B) 28.99º 0.9% 0.77% -
XYZ 28.2 22.02 3.38 -
YUV 122.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 197 105 19 0 0.47 0.90 0.23 28.99 0.82 0.42
Hex C5 69 13 0 2F 5A 17 1D 52 2A
Octal 305 151 23 0 57 132 27 35 122 52
Binary 11000101 1101001 10011 0 101111 1011010 10111 11101 1010010 101010

Color Harmonies of #C56913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56913

Black with #C56913

Text Example


Text Example

White with #C56913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56913; }

 p { color: rgb(197,105,19); }

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

background-color css

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

 a { background-color: rgb(197,105,19); }

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

border-color css

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

 span { border-color: rgb(197,105,19); }

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