#361704

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

Shades of Brown Pod #361704

Tints of Brown Pod #361704

Color information

#361704 (or 0x361704) is unknown color: approx Brown Pod. HEX triplet: 36, 17 and 04. RGB value is (54,23,4). Sum of RGB (Red+Green+Blue) = 54+23+4=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #361704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361704 is #C9E8FB. Grayscale: #1E1E1E. Windows color (decimal): -13232380 or 268086. OLE color: 268086.

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

Color convert

RGB54234-
CMYK00.570.930.79
HSL22.8º86.21%11.37%-
HSV(B)22.8º92.59%21.18%-
XYZ1.851.410.29-
YUV30.1113.27145.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 4 (1.95% from 255) = 4.94%
R=66.67%
G=28.40%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5423400.570.930.7922.886.2111.37
Hex361740395D4F1756b
Octal662740711351172712613
Binary110110101111000111001101110110011111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361704; }

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

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

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

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

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

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

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

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