#321405

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

Shades of Brown Pod #321405

Tints of Brown Pod #321405

Color information

#321405 (or 0x321405) is unknown color: approx Brown Pod. HEX triplet: 32, 14 and 05. RGB value is (50,20,5). Sum of RGB (Red+Green+Blue) = 50+20+5=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #321405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321405 is #CDEBFA. Grayscale: #1B1B1B. Windows color (decimal): -13495291 or 332850. OLE color: 332850.

HSL color Cylindrical-coordinate representation of color #321405: hue angle of 20º 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 #321405 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB50205-
CMYK00.600.900.80
HSL20º81.82%10.78%-
HSV(B)20º90%19.61%-
XYZ1.591.190.29-
YUV27.26115.44144.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 66.67%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=66.67%
G=26.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5020500.600.900.802081.8210.78
Hex3214503C5A501452b
Octal622450741321202412213
Binary110010101001010111100101101010100001010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321405; }

 p { color: rgb(50,20,5); }

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

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

 a { background-color: rgb(50,20,5); }

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

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

 span { border-color: rgb(50,20,5); }

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