Html Css Color HEX #C56714 Chocolate

📋 copy color: '#C56714'

red 197 ◦ green 103 ◦ blue 20

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

Shades of Chocolate #C56714

Tints of Chocolate #C56714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

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

R = 61.56%
G = 32.19%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C56714 (or 0xC56714) is known color: Chocolate. HEX triplet: C5, 67 and 14. RGB value is (197,103,20). Sum of RGB (Red+Green+Blue) = 197+103+20=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C56714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56714 is #3A98EB. Grayscale: #7A7A7A. Windows color (decimal): -3840236 or 1337285. OLE color: 1337285.

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

Color convert

RGB 197 103 20 -
CMYK 0 0.48 0.90 0.23
HSL 28.14º 0.82% 0.43% -
HSV(B) 28.14º 0.9% 0.77% -
XYZ 28 21.62 3.36 -
YUV 121.64 70.64 181.75 -
System Red Green Blue C M Y K H S L
Decimal 197 103 20 0 0.48 0.90 0.23 28.14 0.82 0.43
Hex C5 67 14 0 30 5A 17 1C 52 2B
Octal 305 147 24 0 60 132 27 34 122 53
Binary 11000101 1100111 10100 0 110000 1011010 10111 11100 1010010 101011

Color Harmonies of #C56714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56714

Black with #C56714

Text Example


Text Example

White with #C56714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56714; }

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

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

background-color css

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

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

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

border-color css

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

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

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