Html Css Color HEX #C7561E Chocolate

📋 copy color: '#C7561E'

red 199 ◦ green 86 ◦ blue 30

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

Shades of Chocolate #C7561E

Tints of Chocolate #C7561E

RGB

 RED value IS 199 (78.13% from 255) = 63.17%

 GREEN value IS 86 (33.98% from 255) = 27.3%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 63.17%
G = 27.3%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7561E (or 0xC7561E) is known color: Chocolate. HEX triplet: C7, 56 and 1E. RGB value is (199,86,30). Sum of RGB (Red+Green+Blue) = 199+86+30=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7561E is #38A9E1. Grayscale: #717171. Windows color (decimal): -3713506 or 1988295. OLE color: 1988295.

HSL color Cylindrical-coordinate representation of color #C7561E: hue angle of 19.88º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7561E is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 86 30 -
CMYK 0 0.57 0.85 0.22
HSL 19.88º 0.74% 0.45% -
HSV(B) 19.88º 0.85% 0.78% -
XYZ 27.12 18.89 3.45 -
YUV 113.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 199 86 30 0 0.57 0.85 0.22 19.88 0.74 0.45
Hex C7 56 1E 0 39 55 16 14 4A 2D
Octal 307 126 36 0 71 125 26 24 112 55
Binary 11000111 1010110 11110 0 111001 1010101 10110 10100 1001010 101101

Color Harmonies of #C7561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7561E

Black with #C7561E

Text Example


Text Example

White with #C7561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7561E; }

 p { color: rgb(199,86,30); }

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

background-color css

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

 a { background-color: rgb(199,86,30); }

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

border-color css

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

 span { border-color: rgb(199,86,30); }

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