#360E07

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

Shades of Seal Brown #360E07

Tints of Seal Brown #360E07

Color information

#360E07 (or 0x360E07) is unknown color: approx Seal Brown. HEX triplet: 36, 0E and 07. RGB value is (54,14,7). Sum of RGB (Red+Green+Blue) = 54+14+7=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E07 is #C9F1F8. Grayscale: #191919. Windows color (decimal): -13234681 or 462390. OLE color: 462390.

HSL color Cylindrical-coordinate representation of color #360E07: hue angle of 8.94º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #360E07 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB54147-
CMYK00.740.870.79
HSL8.94º77.05%11.96%-
HSV(B)8.94º87.04%21.18%-
XYZ1.721.110.33-
YUV25.16117.75148.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72%
GREEN value IS 14 (5.86% from 255) = 18.67%
BLUE value IS 7 (3.12% from 255) = 9.33%
R=72%
G=18.67%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5414700.740.870.798.9477.0511.96
Hex36E704A574F94dc
Octal6616701121271171111514
Binary11011011101110100101010101111001111100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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