Html Css Color HEX #D7731B Chocolate

📋 copy color: '#D7731B'

red 215 ◦ green 115 ◦ blue 27

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

Shades of Chocolate #D7731B

Tints of Chocolate #D7731B

RGB

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

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

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

R = 60.22%
G = 32.21%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7731B (or 0xD7731B) is known color: Chocolate. HEX triplet: D7, 73 and 1B. RGB value is (215,115,27). Sum of RGB (Red+Green+Blue) = 215+115+27=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D7731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7731B is #288CE4. Grayscale: #878787. Windows color (decimal): -2657509 or 1799127. OLE color: 1799127.

HSL color Cylindrical-coordinate representation of color #D7731B: hue angle of 28.09º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7731B is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 115 27 -
CMYK 0 0.47 0.87 0.16
HSL 28.09º 0.78% 0.47% -
HSV(B) 28.09º 0.87% 0.84% -
XYZ 34.35 26.79 4.4 -
YUV 134.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 215 115 27 0 0.47 0.87 0.16 28.09 0.78 0.47
Hex D7 73 1B 0 2F 57 10 1C 4E 2F
Octal 327 163 33 0 57 127 20 34 116 57
Binary 11010111 1110011 11011 0 101111 1010111 10000 11100 1001110 101111

Color Harmonies of #D7731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7731B

Black with #D7731B

Text Example


Text Example

White with #D7731B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7731B; }

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

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

background-color css

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

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

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

border-color css

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

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

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