#351612

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

Shades of Seal Brown #351612

Tints of Seal Brown #351612

Color information

#351612 (or 0x351612) is unknown color: approx Seal Brown. HEX triplet: 35, 16 and 12. RGB value is (53,22,18). Sum of RGB (Red+Green+Blue) = 53+22+18=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351612 is #CAE9ED. Grayscale: #1E1E1E. Windows color (decimal): -13298158 or 1185333. OLE color: 1185333.

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

Color convert

RGB532218-
CMYK00.580.660.79
HSL6.86º49.3%13.92%-
HSV(B)6.86º66.04%20.78%-
XYZ1.861.370.74-
YUV30.81120.77143.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=56.99%
G=23.66%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53221800.580.660.796.8649.313.92
Hex35161203A424F731e
Octal65262207210211776116
Binary11010110110100100111010100001010011111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351612; }

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

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

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

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

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

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

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

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