Html Css Color HEX #D7731A Chocolate

📋 copy color: '#D7731A'

red 215 ◦ green 115 ◦ blue 26

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

Shades of Chocolate #D7731A

Tints of Chocolate #D7731A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.3%

R = 60.39%
G = 32.3%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7731A (or 0xD7731A) is known color: Chocolate. HEX triplet: D7, 73 and 1A. RGB value is (215,115,26). Sum of RGB (Red+Green+Blue) = 215+115+26=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7731A is #288CE5. Grayscale: #878787. Windows color (decimal): -2657510 or 1733591. OLE color: 1733591.

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

Color convert

RGB 215 115 26 -
CMYK 0 0.47 0.88 0.16
HSL 28.25º 0.78% 0.47% -
HSV(B) 28.25º 0.88% 0.84% -
XYZ 34.34 26.78 4.34 -
YUV 134.75 66.63 185.24 -
System Red Green Blue C M Y K H S L
Decimal 215 115 26 0 0.47 0.88 0.16 28.25 0.78 0.47
Hex D7 73 1A 0 2F 58 10 1C 4E 2F
Octal 327 163 32 0 57 130 20 34 116 57
Binary 11010111 1110011 11010 0 101111 1011000 10000 11100 1001110 101111

Color Harmonies of #D7731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7731A

Black with #D7731A

Text Example


Text Example

White with #D7731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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