#360E0E

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

Shades of Seal Brown #360E0E

Tints of Seal Brown #360E0E

Color information

#360E0E (or 0x360E0E) is unknown color: approx Seal Brown. HEX triplet: 36, 0E and 0E. RGB value is (54,14,14). Sum of RGB (Red+Green+Blue) = 54+14+14=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #360E0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E0E is #C9F1F1. Grayscale: #1A1A1A. Windows color (decimal): -13234674 or 921142. OLE color: 921142.

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

Color convert

RGB541414-
CMYK00.740.740.79
HSL58.82%13.33%-
HSV(B)74.07%21.18%-
XYZ1.761.130.54-
YUV25.96121.25148-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.85%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=65.85%
G=17.07%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54141400.740.740.79058.8213.33
Hex36EE04A4A4F03bd
Octal661616011211211707315
Binary11011011101110010010101001010100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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