#31170A

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

Shades of Brown Pod #31170A

Tints of Brown Pod #31170A

Color information

#31170A (or 0x31170A) is unknown color: approx Brown Pod. HEX triplet: 31, 17 and 0A. RGB value is (49,23,10). Sum of RGB (Red+Green+Blue) = 49+23+10=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31170A is #CEE8F5. Grayscale: #1D1D1D. Windows color (decimal): -13560054 or 661297. OLE color: 661297.

HSL color Cylindrical-coordinate representation of color #31170A: hue angle of 20º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31170A is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB492310-
CMYK00.530.800.81
HSL20º66.1%11.57%-
HSV(B)20º79.59%19.22%-
XYZ1.631.290.45-
YUV29.29117.11142.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 23 (9.38% from 255) = 28.05%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=59.76%
G=28.05%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49231000.530.800.812066.111.57
Hex3117A03550511442c
Octal6127120651201212410214
Binary1100011011110100110101101000010100011010010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31170A; }

 p { color: rgb(49,23,10); }

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

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

 a { background-color: rgb(49,23,10); }

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

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

 span { border-color: rgb(49,23,10); }

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