#361712

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

Shades of Seal Brown #361712

Tints of Seal Brown #361712

Color information

#361712 (or 0x361712) is unknown color: approx Seal Brown. HEX triplet: 36, 17 and 12. RGB value is (54,23,18). Sum of RGB (Red+Green+Blue) = 54+23+18=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #361712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361712 is #C9E8ED. Grayscale: #1F1F1F. Windows color (decimal): -13232366 or 1185590. OLE color: 1185590.

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

Color convert

RGB542318-
CMYK00.570.670.79
HSL8.33º50%14.12%-
HSV(B)8.33º66.67%21.18%-
XYZ1.941.440.75-
YUV31.7120.27143.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.84%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=56.84%
G=24.21%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54231800.570.670.798.335014.12
Hex361712039434F832e
Octal662722071103117106216
Binary110110101111001001110011000011100111110001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361712; }

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

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

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

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

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

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

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

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