#361103

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

Shades of Seal Brown #361103

Tints of Seal Brown #361103

Color information

#361103 (or 0x361103) is unknown color: approx Seal Brown. HEX triplet: 36, 11 and 03. RGB value is (54,17,3). Sum of RGB (Red+Green+Blue) = 54+17+3=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #361103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361103 is #C9EEFC. Grayscale: #1A1A1A. Windows color (decimal): -13233917 or 201014. OLE color: 201014.

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

Color convert

RGB54173-
CMYK00.690.940.79
HSL16.47º89.47%11.18%-
HSV(B)16.47º94.44%21.18%-
XYZ1.741.190.22-
YUV26.47114.76147.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72.97%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 3 (1.56% from 255) = 4.05%
R=72.97%
G=22.97%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5417300.690.940.7916.4789.4711.18
Hex361130455E4F1059b
Octal6621301051361172013113
Binary110110100011101000101101111010011111000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361103; }

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

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

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

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

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

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

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

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