#361612

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

Shades of Seal Brown #361612

Tints of Seal Brown #361612

Color information

#361612 (or 0x361612) is unknown color: approx Seal Brown. HEX triplet: 36, 16 and 12. RGB value is (54,22,18). Sum of RGB (Red+Green+Blue) = 54+22+18=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #361612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361612 is #C9E9ED. Grayscale: #1F1F1F. Windows color (decimal): -13232622 or 1185334. OLE color: 1185334.

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

Color convert

RGB542218-
CMYK00.590.670.79
HSL6.67º50%14.12%-
HSV(B)6.67º66.67%21.18%-
XYZ1.921.40.74-
YUV31.11120.6144.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 57.45%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=57.45%
G=23.40%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54221800.590.670.796.675014.12
Hex36161203B434F732e
Octal66262207310311776216
Binary11011010110100100111011100001110011111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361612; }

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

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

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

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

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

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

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

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