#361309

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

Shades of Seal Brown #361309

Tints of Seal Brown #361309

Color information

#361309 (or 0x361309) is unknown color: approx Seal Brown. HEX triplet: 36, 13 and 09. RGB value is (54,19,9). Sum of RGB (Red+Green+Blue) = 54+19+9=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #361309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361309 is #C9ECF6. Grayscale: #1C1C1C. Windows color (decimal): -13233399 or 594742. OLE color: 594742.

HSL color Cylindrical-coordinate representation of color #361309: hue angle of 13.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361309 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB54199-
CMYK00.650.830.79
HSL13.33º71.43%12.35%-
HSV(B)13.33º83.33%21.18%-
XYZ1.81.270.41-
YUV28.32117.1146.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.85%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=65.85%
G=23.17%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5419900.650.830.7913.3371.4312.35
Hex36139041534Fd47c
Octal66231101011231171510714
Binary1101101001110010100000110100111001111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361309; }

 p { color: rgb(54,19,9); }

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

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

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

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

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

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

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