#360F00

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

Shades of Seal Brown #360F00

Tints of Seal Brown #360F00

Color information

#360F00 (or 0x360F00) is unknown color: approx Seal Brown. HEX triplet: 36, 0F and 00. RGB value is (54,15,0). Sum of RGB (Red+Green+Blue) = 54+15+0=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #360F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F00 is #C9F0FF. Grayscale: #191919. Windows color (decimal): -13234432 or 3894. OLE color: 3894.

HSL color Cylindrical-coordinate representation of color #360F00: hue angle of 16.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360F00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB54150-
CMYK00.7210.79
HSL16.67º100%10.59%-
HSV(B)16.67º100%21.18%-
XYZ1.691.130.13-
YUV24.95113.92148.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 78.26%
GREEN value IS 15 (6.25% from 255) = 21.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.26%
G=21.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5415000.7210.7916.6710010.59
Hex36F0048644F1164b
Octal6617001101441172114413
Binary1101101111001001000110010010011111000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,15,0); }

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

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

 a { background-color: rgb(54,15,0); }

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

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

 span { border-color: rgb(54,15,0); }

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