Html Css Color HEX #D7731F Chocolate

📋 copy color: '#D7731F'

red 215 ◦ green 115 ◦ blue 31

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

Shades of Chocolate #D7731F

Tints of Chocolate #D7731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

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

R = 59.56%
G = 31.86%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7731F (or 0xD7731F) is known color: Chocolate. HEX triplet: D7, 73 and 1F. RGB value is (215,115,31). Sum of RGB (Red+Green+Blue) = 215+115+31=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7731F is #288CE0. Grayscale: #878787. Windows color (decimal): -2657505 or 2061271. OLE color: 2061271.

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

Color convert

RGB 215 115 31 -
CMYK 0 0.47 0.86 0.16
HSL 27.39º 0.75% 0.48% -
HSV(B) 27.39º 0.86% 0.84% -
XYZ 34.4 26.81 4.66 -
YUV 135.32 69.13 184.83 -
System Red Green Blue C M Y K H S L
Decimal 215 115 31 0 0.47 0.86 0.16 27.39 0.75 0.48
Hex D7 73 1F 0 2F 56 10 1B 4B 30
Octal 327 163 37 0 57 126 20 33 113 60
Binary 11010111 1110011 11111 0 101111 1010110 10000 11011 1001011 110000

Color Harmonies of #D7731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7731F

Black with #D7731F

Text Example


Text Example

White with #D7731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7731F; }

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

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

background-color css

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

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

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

border-color css

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

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

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