#360705

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

Shades of Seal Brown #360705

Tints of Seal Brown #360705

Color information

#360705 (or 0x360705) is unknown color: approx Seal Brown. HEX triplet: 36, 07 and 05. RGB value is (54,7,5). Sum of RGB (Red+Green+Blue) = 54+7+5=66 (8% of max value = 765). Red value is 54 (21.48% from 255 or 81.82% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 54 - color contains mainly: red. Hex color #360705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360705 is #C9F8FA. Grayscale: #141414. Windows color (decimal): -13236475 or 329526. OLE color: 329526.

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

Color convert

RGB5475-
CMYK00.870.910.79
HSL2.45º83.05%11.57%-
HSV(B)2.45º90.74%21.18%-
XYZ1.620.950.24-
YUV20.83119.07151.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 81.82%
GREEN value IS 7 (3.12% from 255) = 10.61%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=81.82%
G=10.61%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal547500.870.910.792.4583.0511.57
Hex36750575B4F253c
Octal66750127133117212314
Binary11011011110101010111101101110011111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360705; }

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

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

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

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

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

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

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

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