#2D170D

Color #2D170D Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #2D170D

Tints of Brown Pod #2D170D

Color information

#2D170D (or 0x2D170D) is unknown color: approx Brown Pod. HEX triplet: 2D, 17 and 0D. RGB value is (45,23,13). Sum of RGB (Red+Green+Blue) = 45+23+13=81 (10% of max value = 765). Red value is 45 (17.97% from 255 or 55.56% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 45 - color contains mainly: red. Hex color #2D170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D170D is #D2E8F2. Grayscale: #1C1C1C. Windows color (decimal): -13822195 or 857901. OLE color: 857901.

HSL color Cylindrical-coordinate representation of color #2D170D: hue angle of 18.75º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D170D is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.82.

Color convert

RGB452313-
CMYK00.490.710.82
HSL18.75º55.17%11.37%-
HSV(B)18.75º71.11%17.65%-
XYZ1.461.20.54-
YUV28.44119.29139.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 55.56%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=55.56%
G=28.40%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45231300.490.710.8218.7555.1711.37
Hex2D17D03147521337b
Octal552715061107122236713
Binary101101101111101011000110001111010010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D170D; }

 p { color: rgb(45,23,13); }

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

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

 a { background-color: rgb(45,23,13); }

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

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

 span { border-color: rgb(45,23,13); }

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