#361912

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

Shades of Brown Pod #361912

Tints of Brown Pod #361912

Color information

#361912 (or 0x361912) is unknown color: approx Brown Pod. HEX triplet: 36, 19 and 12. RGB value is (54,25,18). Sum of RGB (Red+Green+Blue) = 54+25+18=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361912 is #C9E6ED. Grayscale: #202020. Windows color (decimal): -13231854 or 1186102. OLE color: 1186102.

HSL color Cylindrical-coordinate representation of color #361912: hue angle of 11.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361912 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB542518-
CMYK00.540.670.79
HSL11.67º50%14.12%-
HSV(B)11.67º66.67%21.18%-
XYZ1.981.520.76-
YUV32.87119.61143.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.67%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=55.67%
G=25.77%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54251800.540.670.7911.675014.12
Hex361912036434Fc32e
Octal663122066103117146216
Binary110110110011001001101101000011100111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361912; }

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

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

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

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

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

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

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

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