#361812

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

Shades of Seal Brown #361812

Tints of Seal Brown #361812

Color information

#361812 (or 0x361812) is unknown color: approx Seal Brown. HEX triplet: 36, 18 and 12. RGB value is (54,24,18). Sum of RGB (Red+Green+Blue) = 54+24+18=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361812 is #C9E7ED. Grayscale: #202020. Windows color (decimal): -13232110 or 1185846. OLE color: 1185846.

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

Color convert

RGB542418-
CMYK00.560.670.79
HSL10º50%14.12%-
HSV(B)10º66.67%21.18%-
XYZ1.961.480.76-
YUV32.29119.94143.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.25%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=56.25%
G=25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54241800.560.670.79105014.12
Hex361812038434Fa32e
Octal663022070103117126216
Binary110110110001001001110001000011100111110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361812; }

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

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

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

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

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

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

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

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