#361600

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

Shades of Brown Pod #361600

Tints of Brown Pod #361600

Color information

#361600 (or 0x361600) is unknown color: approx Brown Pod. HEX triplet: 36, 16 and 00. RGB value is (54,22,0). Sum of RGB (Red+Green+Blue) = 54+22+0=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #361600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361600 is #C9E9FF. Grayscale: #1D1D1D. Windows color (decimal): -13232640 or 5686. OLE color: 5686.

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

Color convert

RGB54220-
CMYK00.5910.79
HSL24.44º100%10.59%-
HSV(B)24.44º100%21.18%-
XYZ1.811.360.17-
YUV29.06111.6145.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.05%
G=28.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5422000.5910.7924.4410010.59
Hex3616003B644F1864b
Octal662600731441173014413
Binary1101101011000111011110010010011111100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361600; }

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

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

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

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

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

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

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

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