Html Css Color HEX #D7541F Chocolate

📋 copy color: '#D7541F'

red 215 ◦ green 84 ◦ blue 31

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

Shades of Chocolate #D7541F

Tints of Chocolate #D7541F

RGB

 RED value IS 215 (84.38% from 255) = 65.15%

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

 BLUE value IS 31 (12.5% from 255) = 9.39%

R = 65.15%
G = 25.45%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7541F (or 0xD7541F) is known color: Chocolate. HEX triplet: D7, 54 and 1F. RGB value is (215,84,31). Sum of RGB (Red+Green+Blue) = 215+84+31=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7541F is #28ABE0. Grayscale: #757575. Windows color (decimal): -2665441 or 2053335. OLE color: 2053335.

HSL color Cylindrical-coordinate representation of color #D7541F: hue angle of 17.28º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7541F is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 84 31 -
CMYK 0 0.61 0.86 0.16
HSL 17.28º 0.75% 0.48% -
HSV(B) 17.28º 0.86% 0.84% -
XYZ 31.44 20.89 3.67 -
YUV 117.13 79.4 197.81 -
System Red Green Blue C M Y K H S L
Decimal 215 84 31 0 0.61 0.86 0.16 17.28 0.75 0.48
Hex D7 54 1F 0 3D 56 10 11 4B 30
Octal 327 124 37 0 75 126 20 21 113 60
Binary 11010111 1010100 11111 0 111101 1010110 10000 10001 1001011 110000

Color Harmonies of #D7541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7541F

Black with #D7541F

Text Example


Text Example

White with #D7541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7541F; }

 p { color: rgb(215,84,31); }

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

background-color css

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

 a { background-color: rgb(215,84,31); }

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

border-color css

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

 span { border-color: rgb(215,84,31); }

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