#361001

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

Shades of Seal Brown #361001

Tints of Seal Brown #361001

Color information

#361001 (or 0x361001) is unknown color: approx Seal Brown. HEX triplet: 36, 10 and 01. RGB value is (54,16,1). Sum of RGB (Red+Green+Blue) = 54+16+1=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #361001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361001 is #C9EFFE. Grayscale: #191919. Windows color (decimal): -13234175 or 69686. OLE color: 69686.

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

Color convert

RGB54161-
CMYK00.700.980.79
HSL16.98º96.36%10.78%-
HSV(B)16.98º98.15%21.18%-
XYZ1.711.160.16-
YUV25.65114.09148.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 76.06%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 1 (0.78% from 255) = 1.41%
R=76.06%
G=22.54%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5416100.700.980.7916.9896.3610.78
Hex36101046624F1160b
Octal6620101061421172114013
Binary11011010000101000110110001010011111000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361001; }

 p { color: rgb(54,16,1); }

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

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

 a { background-color: rgb(54,16,1); }

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

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

 span { border-color: rgb(54,16,1); }

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