#361604

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

Shades of Brown Pod #361604

Tints of Brown Pod #361604

Color information

#361604 (or 0x361604) is unknown color: approx Brown Pod. HEX triplet: 36, 16 and 04. RGB value is (54,22,4). Sum of RGB (Red+Green+Blue) = 54+22+4=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #361604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361604 is #C9E9FB. Grayscale: #1D1D1D. Windows color (decimal): -13232636 or 267830. OLE color: 267830.

HSL color Cylindrical-coordinate representation of color #361604: hue angle of 21.6º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #361604 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.79.

Color convert

RGB54224-
CMYK00.590.930.79
HSL21.6º86.21%11.37%-
HSV(B)21.6º92.59%21.18%-
XYZ1.831.370.28-
YUV29.52113.6145.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 67.5%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 4 (1.95% from 255) = 5%
R=67.5%
G=27.5%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5422400.590.930.7921.686.2111.37
Hex3616403B5D4F1656b
Octal662640731351172612613
Binary110110101101000111011101110110011111011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361604; }

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

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

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

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

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

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

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

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