#361410

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

Shades of Seal Brown #361410

Tints of Seal Brown #361410

Color information

#361410 (or 0x361410) is unknown color: approx Seal Brown. HEX triplet: 36, 14 and 10. RGB value is (54,20,16). Sum of RGB (Red+Green+Blue) = 54+20+16=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361410 is #C9EBEF. Grayscale: #1D1D1D. Windows color (decimal): -13233136 or 1053750. OLE color: 1053750.

HSL color Cylindrical-coordinate representation of color #361410: hue angle of 6.32º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361410 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB542016-
CMYK00.630.700.79
HSL6.32º54.29%13.73%-
HSV(B)6.32º70.37%21.18%-
XYZ1.871.320.65-
YUV29.71120.26145.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=60%
G=22.22%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54201600.630.700.796.3254.2913.73
Hex36141003F464F636e
Octal66242007710611766616
Binary11011010100100000111111100011010011111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361410; }

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

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

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

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

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

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

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

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