#361304

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

Shades of Brown Pod #361304

Tints of Brown Pod #361304

Color information

#361304 (or 0x361304) is unknown color: approx Brown Pod. HEX triplet: 36, 13 and 04. RGB value is (54,19,4). Sum of RGB (Red+Green+Blue) = 54+19+4=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #361304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361304 is #C9ECFB. Grayscale: #1B1B1B. Windows color (decimal): -13233404 or 267062. OLE color: 267062.

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

Color convert

RGB54194-
CMYK00.650.930.79
HSL18º86.21%11.37%-
HSV(B)18º92.59%21.18%-
XYZ1.781.260.26-
YUV27.76114.6146.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 70.13%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=70.13%
G=24.68%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5419400.650.930.791886.2111.37
Hex361340415D4F1256b
Octal6623401011351172212613
Binary1101101001110001000001101110110011111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361304; }

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

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

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

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

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

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

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

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