#331C0D

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

Shades of Brown Pod #331C0D

Tints of Brown Pod #331C0D

Color information

#331C0D (or 0x331C0D) is unknown color: approx Brown Pod. HEX triplet: 33, 1C and 0D. RGB value is (51,28,13). Sum of RGB (Red+Green+Blue) = 51+28+13=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C0D is #CCE3F2. Grayscale: #212121. Windows color (decimal): -13427699 or 859187. OLE color: 859187.

HSL color Cylindrical-coordinate representation of color #331C0D: hue angle of 23.68º 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 #331C0D is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB512813-
CMYK00.450.750.8
HSL23.68º59.38%12.55%-
HSV(B)23.68º74.51%20%-
XYZ1.851.560.58-
YUV33.17116.62140.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 28 (11.33% from 255) = 30.43%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=55.43%
G=30.43%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51281300.450.750.823.6859.3812.55
Hex331CD02D4B50183bd
Octal633415055113120307315
Binary110011111001101010110110010111010000110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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