Html Css Color HEX #C7561B Chocolate

📋 copy color: '#C7561B'

red 199 ◦ green 86 ◦ blue 27

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

Shades of Chocolate #C7561B

Tints of Chocolate #C7561B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 63.78%
G = 27.56%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7561B (or 0xC7561B) is known color: Chocolate. HEX triplet: C7, 56 and 1B. RGB value is (199,86,27). Sum of RGB (Red+Green+Blue) = 199+86+27=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7561B is #38A9E4. Grayscale: #717171. Windows color (decimal): -3713509 or 1791687. OLE color: 1791687.

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

Color convert

RGB 199 86 27 -
CMYK 0 0.57 0.86 0.22
HSL 20.58º 0.76% 0.44% -
HSV(B) 20.58º 0.86% 0.78% -
XYZ 27.08 18.88 3.25 -
YUV 113.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 199 86 27 0 0.57 0.86 0.22 20.58 0.76 0.44
Hex C7 56 1B 0 39 56 16 15 4C 2C
Octal 307 126 33 0 71 126 26 25 114 54
Binary 11000111 1010110 11011 0 111001 1010110 10110 10101 1001100 101100

Color Harmonies of #C7561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7561B

Black with #C7561B

Text Example


Text Example

White with #C7561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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