Html Css Color HEX #C7551D Chocolate

📋 copy color: '#C7551D'

red 199 ◦ green 85 ◦ blue 29

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

Shades of Chocolate #C7551D

Tints of Chocolate #C7551D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 63.58%
G = 27.16%
B = 9.27%

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

#C7551D (or 0xC7551D) is known color: Chocolate. HEX triplet: C7, 55 and 1D. RGB value is (199,85,29). Sum of RGB (Red+Green+Blue) = 199+85+29=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7551D is #38AAE2. Grayscale: #717171. Windows color (decimal): -3713763 or 1922503. OLE color: 1922503.

HSL color Cylindrical-coordinate representation of color #C7551D: hue angle of 19.76º degrees, saturation: 0.75, 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 #C7551D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 29 -
CMYK 0 0.57 0.85 0.22
HSL 19.76º 0.75% 0.45% -
HSV(B) 19.76º 0.85% 0.78% -
XYZ 27.02 18.73 3.35 -
YUV 112.7 80.77 189.55 -
System Red Green Blue C M Y K H S L
Decimal 199 85 29 0 0.57 0.85 0.22 19.76 0.75 0.45
Hex C7 55 1D 0 39 55 16 14 4B 2D
Octal 307 125 35 0 71 125 26 24 113 55
Binary 11000111 1010101 11101 0 111001 1010101 10110 10100 1001011 101101

Color Harmonies of #C7551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7551D

Black with #C7551D

Text Example


Text Example

White with #C7551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7551D; }

 p { color: rgb(199,85,29); }

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

background-color css

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

 a { background-color: rgb(199,85,29); }

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

border-color css

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

 span { border-color: rgb(199,85,29); }

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