#331A0D

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

Shades of Brown Pod #331A0D

Tints of Brown Pod #331A0D

Color information

#331A0D (or 0x331A0D) is unknown color: approx Brown Pod. HEX triplet: 33, 1A and 0D. RGB value is (51,26,13). Sum of RGB (Red+Green+Blue) = 51+26+13=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331A0D is #CCE5F2. Grayscale: #202020. Windows color (decimal): -13428211 or 858675. OLE color: 858675.

HSL color Cylindrical-coordinate representation of color #331A0D: hue angle of 20.53º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331A0D is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB512613-
CMYK00.490.750.8
HSL20.53º59.38%12.55%-
HSV(B)20.53º74.51%20%-
XYZ1.811.470.57-
YUV31.99117.28141.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.67%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=56.67%
G=28.89%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51261300.490.750.820.5359.3812.55
Hex331AD0314B50153bd
Octal633215061113120257315
Binary110011110101101011000110010111010000101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331A0D; }

 p { color: rgb(51,26,13); }

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

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

 a { background-color: rgb(51,26,13); }

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

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

 span { border-color: rgb(51,26,13); }

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