#360C00

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

Shades of Seal Brown #360C00

Tints of Seal Brown #360C00

Color information

#360C00 (or 0x360C00) is unknown color: approx Seal Brown. HEX triplet: 36, 0C and 00. RGB value is (54,12,0). Sum of RGB (Red+Green+Blue) = 54+12+0=66 (8% of max value = 765). Red value is 54 (21.48% from 255 or 81.82% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 54 - color contains mainly: red. Hex color #360C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C00 is #C9F3FF. Grayscale: #171717. Windows color (decimal): -13235200 or 3126. OLE color: 3126.

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

Color convert

RGB54120-
CMYK00.7810.79
HSL13.33º100%10.59%-
HSV(B)13.33º100%21.18%-
XYZ1.651.050.12-
YUV23.19114.91149.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 81.82%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.82%
G=18.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5412000.7810.7913.3310010.59
Hex36C004E644Fd64b
Octal6614001161441171514413
Binary110110110000100111011001001001111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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