#361200

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

Shades of Brown Pod #361200

Tints of Brown Pod #361200

Color information

#361200 (or 0x361200) is unknown color: approx Brown Pod. HEX triplet: 36, 12 and 00. RGB value is (54,18,0). Sum of RGB (Red+Green+Blue) = 54+18+0=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #361200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361200 is #C9EDFF. Grayscale: #1A1A1A. Windows color (decimal): -13233664 or 4662. OLE color: 4662.

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

Color convert

RGB54180-
CMYK00.6710.79
HSL20º100%10.59%-
HSV(B)20º100%21.18%-
XYZ1.741.220.14-
YUV26.71112.93147.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 75%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5418000.6710.792010010.59
Hex36120043644F1464b
Octal6622001031441172414413
Binary11011010010001000011110010010011111010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361200; }

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

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

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

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

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

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

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

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