#381604

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

Shades of Brown Pod #381604

Tints of Brown Pod #381604

Color information

#381604 (or 0x381604) is unknown color: approx Brown Pod. HEX triplet: 38, 16 and 04. RGB value is (56,22,4). Sum of RGB (Red+Green+Blue) = 56+22+4=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381604 is #C7E9FB. Grayscale: #1E1E1E. Windows color (decimal): -13101564 or 267832. OLE color: 267832.

HSL color Cylindrical-coordinate representation of color #381604: hue angle of 20.77º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #381604 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB56224-
CMYK00.610.930.78
HSL20.77º86.67%11.76%-
HSV(B)20.77º92.86%21.96%-
XYZ1.941.420.29-
YUV30.11113.26146.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=68.29%
G=26.83%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5622400.610.930.7820.7786.6711.76
Hex3816403D5D4E1557c
Octal702640751351162512714
Binary111000101101000111101101110110011101010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381604; }

 p { color: rgb(56,22,4); }

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

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

 a { background-color: rgb(56,22,4); }

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

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

 span { border-color: rgb(56,22,4); }

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