#D46B1F

Color #D46B1F Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D46B1F

Tints of Chocolate #D46B1F

Color information

#D46B1F (or 0xD46B1F) is unknown color: approx Chocolate. HEX triplet: D4, 6B and 1F. RGB value is (212,107,31). Sum of RGB (Red+Green+Blue) = 212+107+31=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46B1F is #2B94E0. Grayscale: #828282. Windows color (decimal): -2856161 or 2059220. OLE color: 2059220.

HSL color Cylindrical-coordinate representation of color #D46B1F: hue angle of 25.19º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D46B1F is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB21210731-
CMYK00.500.850.17
HSL25.19º74.49%47.65%-
HSV(B)25.19º85.38%83.14%-
XYZ32.6624.614.33-
YUV129.7372.29186.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 60.57%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 31 (12.5% from 255) = 8.86%
R=60.57%
G=30.57%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121073100.500.850.1725.1974.4947.65
HexD46B1F0325511194a30
Octal32415337062125213111260
Binary110101001101011111110110010101010110001110011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46B1F; }

 p { color: rgb(212,107,31); }

 H1.HeaderClassName
 {
   color: #D46B1F;
 }
 .AnyTagClassName
 {
   color: #D46B1F;
 }
</style>
background-color css

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

 a { background-color: rgb(212,107,31); }

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

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

 span { border-color: rgb(212,107,31); }

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