#360D0C

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

Shades of Seal Brown #360D0C

Tints of Seal Brown #360D0C

Color information

#360D0C (or 0x360D0C) is unknown color: approx Seal Brown. HEX triplet: 36, 0D and 0C. RGB value is (54,13,12). Sum of RGB (Red+Green+Blue) = 54+13+12=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D0C is #C9F2F3. Grayscale: #191919. Windows color (decimal): -13234932 or 789814. OLE color: 789814.

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

Color convert

RGB541312-
CMYK00.760.780.79
HSL1.43º63.64%12.94%-
HSV(B)1.43º77.78%21.18%-
XYZ1.731.10.47-
YUV25.14120.58148.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 13 (5.47% from 255) = 16.46%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=68.35%
G=16.46%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54131200.760.780.791.4363.6412.94
Hex36DC04C4E4F140d
Octal6615140114116117110015
Binary110110110111000100110010011101001111110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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