#361409

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

Shades of Seal Brown #361409

Tints of Seal Brown #361409

Color information

#361409 (or 0x361409) is unknown color: approx Seal Brown. HEX triplet: 36, 14 and 09. RGB value is (54,20,9). Sum of RGB (Red+Green+Blue) = 54+20+9=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #361409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361409 is #C9EBF6. Grayscale: #1C1C1C. Windows color (decimal): -13233143 or 594998. OLE color: 594998.

HSL color Cylindrical-coordinate representation of color #361409: hue angle of 14.67º 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 #361409 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB54209-
CMYK00.630.830.79
HSL14.67º71.43%12.35%-
HSV(B)14.67º83.33%21.18%-
XYZ1.821.30.41-
YUV28.91116.76145.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.06%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 9 (3.91% from 255) = 10.84%
R=65.06%
G=24.10%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5420900.630.830.7914.6771.4312.35
Hex3614903F534Ff47c
Octal6624110771231171710714
Binary110110101001001011111110100111001111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361409; }

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

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

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

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

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

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

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

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