#361814

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

Shades of Seal Brown #361814

Tints of Seal Brown #361814

Color information

#361814 (or 0x361814) is unknown color: approx Seal Brown. HEX triplet: 36, 18 and 14. RGB value is (54,24,20). Sum of RGB (Red+Green+Blue) = 54+24+20=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #361814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361814 is #C9E7EB. Grayscale: #202020. Windows color (decimal): -13232108 or 1316918. OLE color: 1316918.

HSL color Cylindrical-coordinate representation of color #361814: hue angle of 7.06º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #361814 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB542420-
CMYK00.560.630.79
HSL7.06º45.95%14.51%-
HSV(B)7.06º62.96%21.18%-
XYZ1.971.490.84-
YUV32.51120.94143.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.10%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=55.10%
G=24.49%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54242000.560.630.797.0645.9514.51
Hex3618140383F4F72ef
Octal6630240707711775617
Binary1101101100010100011100011111110011111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361814; }

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

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

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

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

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

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

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

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