Html Css Color HEX #C7541B Chocolate

📋 copy color: '#C7541B'

red 199 ◦ green 84 ◦ blue 27

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

Shades of Chocolate #C7541B

Tints of Chocolate #C7541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 64.19%
G = 27.1%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7541B (or 0xC7541B) is known color: Chocolate. HEX triplet: C7, 54 and 1B. RGB value is (199,84,27). Sum of RGB (Red+Green+Blue) = 199+84+27=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7541B is #38ABE4. Grayscale: #707070. Windows color (decimal): -3714021 or 1791175. OLE color: 1791175.

HSL color Cylindrical-coordinate representation of color #C7541B: hue angle of 19.88º 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 #C7541B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 84 27 -
CMYK 0 0.58 0.86 0.22
HSL 19.88º 0.76% 0.44% -
HSV(B) 19.88º 0.86% 0.78% -
XYZ 26.92 18.56 3.2 -
YUV 111.89 80.1 190.13 -
System Red Green Blue C M Y K H S L
Decimal 199 84 27 0 0.58 0.86 0.22 19.88 0.76 0.44
Hex C7 54 1B 0 3A 56 16 14 4C 2C
Octal 307 124 33 0 72 126 26 24 114 54
Binary 11000111 1010100 11011 0 111010 1010110 10110 10100 1001100 101100

Color Harmonies of #C7541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7541B

Black with #C7541B

Text Example


Text Example

White with #C7541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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