#351308

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

Shades of Seal Brown #351308

Tints of Seal Brown #351308

Color information

#351308 (or 0x351308) is unknown color: approx Seal Brown. HEX triplet: 35, 13 and 08. RGB value is (53,19,8). Sum of RGB (Red+Green+Blue) = 53+19+8=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #351308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351308 is #CAECF7. Grayscale: #1B1B1B. Windows color (decimal): -13298936 or 529205. OLE color: 529205.

HSL color Cylindrical-coordinate representation of color #351308: hue angle of 14.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351308 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB53198-
CMYK00.640.850.79
HSL14.67º73.77%11.96%-
HSV(B)14.67º84.91%20.78%-
XYZ1.741.240.38-
YUV27.91116.76145.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 66.25%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 8 (3.52% from 255) = 10%
R=66.25%
G=23.75%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5319800.640.850.7914.6773.7711.96
Hex35138040554Ff4ac
Octal65231001001251171711214
Binary1101011001110000100000010101011001111111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351308; }

 p { color: rgb(53,19,8); }

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

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

 a { background-color: rgb(53,19,8); }

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

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

 span { border-color: rgb(53,19,8); }

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