#351C18

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

Shades of Seal Brown #351C18

Tints of Seal Brown #351C18

Color information

#351C18 (or 0x351C18) is unknown color: approx Seal Brown. HEX triplet: 35, 1C and 18. RGB value is (53,28,24). Sum of RGB (Red+Green+Blue) = 53+28+24=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C18 is #CAE3E7. Grayscale: #232323. Windows color (decimal): -13296616 or 1580085. OLE color: 1580085.

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

Color convert

RGB532824-
CMYK00.470.550.79
HSL8.28º37.66%15.1%-
HSV(B)8.28º54.72%20.78%-
XYZ2.051.651.08-
YUV35.02121.78140.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 28 (11.33% from 255) = 26.67%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=50.48%
G=26.67%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53282400.470.550.798.2837.6615.1
Hex351C1802F374F826f
Octal65343005767117104617
Binary11010111100110000101111110111100111110001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351C18; }

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

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

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

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

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

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

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

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