#360605

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

Shades of Seal Brown #360605

Tints of Seal Brown #360605

Color information

#360605 (or 0x360605) is unknown color: approx Seal Brown. HEX triplet: 36, 06 and 05. RGB value is (54,6,5). Sum of RGB (Red+Green+Blue) = 54+6+5=65 (8% of max value = 765). Red value is 54 (21.48% from 255 or 83.08% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 54 - color contains mainly: red. Hex color #360605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360605 is #C9F9FA. Grayscale: #141414. Windows color (decimal): -13236731 or 329270. OLE color: 329270.

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

Color convert

RGB5465-
CMYK00.890.910.79
HSL1.22º83.05%11.57%-
HSV(B)1.22º90.74%21.18%-
XYZ1.610.930.24-
YUV20.24119.4152.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 83.08%
GREEN value IS 6 (2.73% from 255) = 9.23%
BLUE value IS 5 (2.34% from 255) = 7.69%
R=83.08%
G=9.23%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal546500.890.910.791.2283.0511.57
Hex36650595B4F153c
Octal66650131133117112314
Binary1101101101010101100110110111001111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360605; }

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

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

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

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

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

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

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

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