#351816

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

Shades of Seal Brown #351816

Tints of Seal Brown #351816

Color information

#351816 (or 0x351816) is unknown color: approx Seal Brown. HEX triplet: 35, 18 and 16. RGB value is (53,24,22). Sum of RGB (Red+Green+Blue) = 53+24+22=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #351816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351816 is #CAE7E9. Grayscale: #202020. Windows color (decimal): -13297642 or 1447989. OLE color: 1447989.

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

Color convert

RGB532422-
CMYK00.550.580.79
HSL3.87º41.33%14.71%-
HSV(B)3.87º58.49%20.78%-
XYZ1.941.470.94-
YUV32.44122.11142.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=53.54%
G=24.24%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53242200.550.580.793.8741.3314.71
Hex3518160373A4F429f
Octal6530260677211745117
Binary1101011100010110011011111101010011111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351816; }

 p { color: rgb(53,24,22); }

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

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

 a { background-color: rgb(53,24,22); }

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

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

 span { border-color: rgb(53,24,22); }

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