#331A18

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

Shades of Seal Brown #331A18

Tints of Seal Brown #331A18

Color information

#331A18 (or 0x331A18) is unknown color: approx Seal Brown. HEX triplet: 33, 1A and 18. RGB value is (51,26,24). Sum of RGB (Red+Green+Blue) = 51+26+24=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #331A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331A18 is #CCE5E7. Grayscale: #212121. Windows color (decimal): -13428200 or 1579571. OLE color: 1579571.

HSL color Cylindrical-coordinate representation of color #331A18: hue angle of 4.44º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #331A18 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB512624-
CMYK00.490.530.8
HSL4.44º36%14.71%-
HSV(B)4.44º52.94%20%-
XYZ1.91.511.06-
YUV33.25122.78140.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50.50%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 24 (9.77% from 255) = 23.76%
R=50.50%
G=25.74%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51262400.490.530.84.443614.71
Hex331A180313550424f
Octal6332300616512044417
Binary1100111101011000011000111010110100001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331A18; }

 p { color: rgb(51,26,24); }

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

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

 a { background-color: rgb(51,26,24); }

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

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

 span { border-color: rgb(51,26,24); }

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