#361209

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

Shades of Seal Brown #361209

Tints of Seal Brown #361209

Color information

#361209 (or 0x361209) is unknown color: approx Seal Brown. HEX triplet: 36, 12 and 09. RGB value is (54,18,9). Sum of RGB (Red+Green+Blue) = 54+18+9=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #361209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361209 is #C9EDF6. Grayscale: #1B1B1B. Windows color (decimal): -13233655 or 594486. OLE color: 594486.

HSL color Cylindrical-coordinate representation of color #361209: hue angle of 12º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361209 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB54189-
CMYK00.670.830.79
HSL12º71.43%12.35%-
HSV(B)12º83.33%21.18%-
XYZ1.791.240.4-
YUV27.74117.43146.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 9 (3.91% from 255) = 11.11%
R=66.67%
G=22.22%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5418900.670.830.791271.4312.35
Hex36129043534Fc47c
Octal66221101031231171410714
Binary1101101001010010100001110100111001111110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361209; }

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

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

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

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

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

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

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

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