Html Css Color HEX #C56014 Chocolate

📋 copy color: '#C56014'

red 197 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #C56014

Tints of Chocolate #C56014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 62.94%
G = 30.67%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C56014 (or 0xC56014) is known color: Chocolate. HEX triplet: C5, 60 and 14. RGB value is (197,96,20). Sum of RGB (Red+Green+Blue) = 197+96+20=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C56014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56014 is #3A9FEB. Grayscale: #757575. Windows color (decimal): -3842028 or 1335493. OLE color: 1335493.

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

Color convert

RGB 197 96 20 -
CMYK 0 0.51 0.90 0.23
HSL 25.76º 0.82% 0.43% -
HSV(B) 25.76º 0.9% 0.77% -
XYZ 27.34 20.29 3.14 -
YUV 117.54 72.96 184.68 -
System Red Green Blue C M Y K H S L
Decimal 197 96 20 0 0.51 0.90 0.23 25.76 0.82 0.43
Hex C5 60 14 0 33 5A 17 1A 52 2B
Octal 305 140 24 0 63 132 27 32 122 53
Binary 11000101 1100000 10100 0 110011 1011010 10111 11010 1010010 101011

Color Harmonies of #C56014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56014

Black with #C56014

Text Example


Text Example

White with #C56014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56014; }

 p { color: rgb(197,96,20); }

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

background-color css

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

 a { background-color: rgb(197,96,20); }

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

border-color css

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

 span { border-color: rgb(197,96,20); }

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