#360A05

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

Shades of Seal Brown #360A05

Tints of Seal Brown #360A05

Color information

#360A05 (or 0x360A05) is unknown color: approx Seal Brown. HEX triplet: 36, 0A and 05. RGB value is (54,10,5). Sum of RGB (Red+Green+Blue) = 54+10+5=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #360A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A05 is #C9F5FA. Grayscale: #161616. Windows color (decimal): -13235707 or 330294. OLE color: 330294.

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

Color convert

RGB54105-
CMYK00.810.910.79
HSL6.12º83.05%11.57%-
HSV(B)6.12º90.74%21.18%-
XYZ1.661.010.25-
YUV22.59118.08150.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 78.26%
GREEN value IS 10 (4.30% from 255) = 14.49%
BLUE value IS 5 (2.34% from 255) = 7.25%
R=78.26%
G=14.49%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5410500.810.910.796.1283.0511.57
Hex36A50515B4F653c
Octal661250121133117612314
Binary1101101010101010100011011011100111111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360A05; }

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

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

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

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

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

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

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

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