#361102

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

Shades of Seal Brown #361102

Tints of Seal Brown #361102

Color information

#361102 (or 0x361102) is unknown color: approx Seal Brown. HEX triplet: 36, 11 and 02. RGB value is (54,17,2). Sum of RGB (Red+Green+Blue) = 54+17+2=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #361102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361102 is #C9EEFD. Grayscale: #1A1A1A. Windows color (decimal): -13233918 or 135478. OLE color: 135478.

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

Color convert

RGB54172-
CMYK00.690.960.79
HSL17.31º92.86%10.98%-
HSV(B)17.31º96.3%21.18%-
XYZ1.731.190.2-
YUV26.35114.26147.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 73.97%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=73.97%
G=23.29%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5417200.690.960.7917.3192.8610.98
Hex36112045604F115db
Octal6621201051401172113513
Binary110110100011001000101110000010011111000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361102; }

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

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

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

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

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

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

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

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