#360905

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

Shades of Seal Brown #360905

Tints of Seal Brown #360905

Color information

#360905 (or 0x360905) is unknown color: approx Seal Brown. HEX triplet: 36, 09 and 05. RGB value is (54,9,5). Sum of RGB (Red+Green+Blue) = 54+9+5=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #360905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360905 is #C9F6FA. Grayscale: #161616. Windows color (decimal): -13235963 or 330038. OLE color: 330038.

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

Color convert

RGB5495-
CMYK00.830.910.79
HSL4.9º83.05%11.57%-
HSV(B)4.9º90.74%21.18%-
XYZ1.650.990.25-
YUV22118.41150.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 79.41%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 5 (2.34% from 255) = 7.35%
R=79.41%
G=13.24%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal549500.830.910.794.983.0511.57
Hex36950535B4F553c
Octal661150123133117512314
Binary1101101001101010100111011011100111110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360905; }

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

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

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

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

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

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

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

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