#361A11

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

Shades of Brown Pod #361A11

Tints of Brown Pod #361A11

Color information

#361A11 (or 0x361A11) is unknown color: approx Brown Pod. HEX triplet: 36, 1A and 11. RGB value is (54,26,17). Sum of RGB (Red+Green+Blue) = 54+26+17=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A11 is #C9E5EE. Grayscale: #212121. Windows color (decimal): -13231599 or 1120822. OLE color: 1120822.

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

Color convert

RGB542617-
CMYK00.520.690.79
HSL14.59º52.11%13.92%-
HSV(B)14.59º68.52%21.18%-
XYZ1.991.560.73-
YUV33.35118.78142.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.67%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 17 (7.03% from 255) = 17.53%
R=55.67%
G=26.80%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54261700.520.690.7914.5952.1113.92
Hex361A11034454Ff34e
Octal663221064105117176416
Binary110110110101000101101001000101100111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361A11; }

 p { color: rgb(54,26,17); }

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

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

 a { background-color: rgb(54,26,17); }

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

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

 span { border-color: rgb(54,26,17); }

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