#361005

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

Shades of Seal Brown #361005

Tints of Seal Brown #361005

Color information

#361005 (or 0x361005) is unknown color: approx Seal Brown. HEX triplet: 36, 10 and 05. RGB value is (54,16,5). Sum of RGB (Red+Green+Blue) = 54+16+5=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #361005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361005 is #C9EFFA. Grayscale: #1A1A1A. Windows color (decimal): -13234171 or 331830. OLE color: 331830.

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

Color convert

RGB54165-
CMYK00.700.910.79
HSL13.47º83.05%11.57%-
HSV(B)13.47º90.74%21.18%-
XYZ1.731.170.28-
YUV26.11116.09147.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=72%
G=21.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5416500.700.910.7913.4783.0511.57
Hex361050465B4Fd53c
Octal6620501061331171512314
Binary110110100001010100011010110111001111110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361005; }

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

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

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

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

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

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

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

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