#331805

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

Shades of Brown Pod #331805

Tints of Brown Pod #331805

Color information

#331805 (or 0x331805) is unknown color: approx Brown Pod. HEX triplet: 33, 18 and 05. RGB value is (51,24,5). Sum of RGB (Red+Green+Blue) = 51+24+5=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #331805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331805 is #CCE7FA. Grayscale: #1E1E1E. Windows color (decimal): -13428731 or 333875. OLE color: 333875.

HSL color Cylindrical-coordinate representation of color #331805: hue angle of 24.78º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331805 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51245-
CMYK00.530.900.8
HSL24.78º82.14%10.98%-
HSV(B)24.78º90.2%20%-
XYZ1.721.370.32-
YUV29.91113.95143.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 63.75%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 5 (2.34% from 255) = 6.25%
R=63.75%
G=30%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5124500.530.900.824.7882.1410.98
Hex331850355A501952b
Octal633050651321203112213
Binary110011110001010110101101101010100001100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331805; }

 p { color: rgb(51,24,5); }

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

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

 a { background-color: rgb(51,24,5); }

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

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

 span { border-color: rgb(51,24,5); }

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