#361203

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

Shades of Seal Brown #361203

Tints of Seal Brown #361203

Color information

#361203 (or 0x361203) is unknown color: approx Seal Brown. HEX triplet: 36, 12 and 03. RGB value is (54,18,3). Sum of RGB (Red+Green+Blue) = 54+18+3=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #361203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361203 is #C9EDFC. Grayscale: #1B1B1B. Windows color (decimal): -13233661 or 201270. OLE color: 201270.

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

Color convert

RGB54183-
CMYK00.670.940.79
HSL17.65º89.47%11.18%-
HSV(B)17.65º94.44%21.18%-
XYZ1.751.220.23-
YUV27.05114.43147.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 3 (1.56% from 255) = 4%
R=72%
G=24%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5418300.670.940.7917.6589.4711.18
Hex361230435E4F1259b
Octal6622301031361172213113
Binary110110100101101000011101111010011111001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361203; }

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

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

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

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

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

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

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

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