#361308

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

Shades of Seal Brown #361308

Tints of Seal Brown #361308

Color information

#361308 (or 0x361308) is unknown color: approx Seal Brown. HEX triplet: 36, 13 and 08. RGB value is (54,19,8). Sum of RGB (Red+Green+Blue) = 54+19+8=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #361308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361308 is #C9ECF7. Grayscale: #1C1C1C. Windows color (decimal): -13233400 or 529206. OLE color: 529206.

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

Color convert

RGB54198-
CMYK00.650.850.79
HSL14.35º74.19%12.16%-
HSV(B)14.35º85.19%21.18%-
XYZ1.81.270.38-
YUV28.21116.6146.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=66.67%
G=23.46%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5419800.650.850.7914.3574.1912.16
Hex36138041554Fe4ac
Octal66231001011251171611214
Binary1101101001110000100000110101011001111111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361308; }

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

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

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

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

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

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

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

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