#361A16

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

Shades of Seal Brown #361A16

Tints of Seal Brown #361A16

Color information

#361A16 (or 0x361A16) is unknown color: approx Seal Brown. HEX triplet: 36, 1A and 16. RGB value is (54,26,22). Sum of RGB (Red+Green+Blue) = 54+26+22=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #361A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A16 is #C9E5E9. Grayscale: #212121. Windows color (decimal): -13231594 or 1448502. OLE color: 1448502.

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

Color convert

RGB542622-
CMYK00.520.590.79
HSL7.5º42.11%14.9%-
HSV(B)7.5º59.26%21.18%-
XYZ2.041.580.96-
YUV33.92121.28142.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.94%
GREEN value IS 26 (10.55% from 255) = 25.49%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=52.94%
G=25.49%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54262200.520.590.797.542.1114.9
Hex361A160343B4F82af
Octal66322606473117105217
Binary11011011010101100110100111011100111110001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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