#331814

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

Shades of Seal Brown #331814

Tints of Seal Brown #331814

Color information

#331814 (or 0x331814) is unknown color: approx Seal Brown. HEX triplet: 33, 18 and 14. RGB value is (51,24,20). Sum of RGB (Red+Green+Blue) = 51+24+20=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #331814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331814 is #CCE7EB. Grayscale: #1F1F1F. Windows color (decimal): -13428716 or 1316915. OLE color: 1316915.

HSL color Cylindrical-coordinate representation of color #331814: hue angle of 7.74º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #331814 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB512420-
CMYK00.530.610.8
HSL7.74º43.66%13.92%-
HSV(B)7.74º60.78%20%-
XYZ1.821.410.84-
YUV31.62121.45141.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 24 (9.77% from 255) = 25.26%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=53.68%
G=25.26%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51242000.530.610.87.7443.6613.92
Hex3318140353D5082ce
Octal63302406575120105416
Binary11001111000101000110101111101101000010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331814; }

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

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

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

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

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

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

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

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