#361504

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

Shades of Brown Pod #361504

Tints of Brown Pod #361504

Color information

#361504 (or 0x361504) is unknown color: approx Brown Pod. HEX triplet: 36, 15 and 04. RGB value is (54,21,4). Sum of RGB (Red+Green+Blue) = 54+21+4=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #361504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361504 is #C9EAFB. Grayscale: #1D1D1D. Windows color (decimal): -13232892 or 267574. OLE color: 267574.

HSL color Cylindrical-coordinate representation of color #361504: hue angle of 20.4º 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 #361504 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.79.

Color convert

RGB54214-
CMYK00.610.930.79
HSL20.4º86.21%11.37%-
HSV(B)20.4º92.59%21.18%-
XYZ1.811.330.28-
YUV28.93113.93145.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 4 (1.95% from 255) = 5.06%
R=68.35%
G=26.58%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5421400.610.930.7920.486.2111.37
Hex3615403D5D4F1456b
Octal662540751351172412613
Binary110110101011000111101101110110011111010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361504; }

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

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

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

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

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

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

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

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