Html Css Color HEX #351513 Seal Brown

📋 copy color: '#351513'

red 53 ◦ green 21 ◦ blue 19

#351513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #351513

Tints of Seal Brown #351513

RGB

 RED value IS 53 (21.09% from 255) = 56.99%

 GREEN value IS 21 (8.59% from 255) = 22.58%

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 56.99%
G = 22.58%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#351513 (or 0x351513) is known color: Seal Brown. HEX triplet: 35, 15 and 13. RGB value is (53,21,19). Sum of RGB (Red+Green+Blue) = 53+21+19=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351513 is #CAEAEC. Grayscale: #1E1E1E. Windows color (decimal): -13298413 or 1250613. OLE color: 1250613.

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

Color convert

RGB 53 21 19 -
CMYK 0 0.60 0.64 0.79
HSL 3.53º 0.47% 0.14% -
HSV(B) 3.53º 0.64% 0.21% -
XYZ 1.85 1.34 0.78 -
YUV 30.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 53 21 19 0 0.60 0.64 0.79 3.53 0.47 0.14
Hex 35 15 13 0 3C 40 4F 4 2F E
Octal 65 25 23 0 74 100 117 4 57 16
Binary 110101 10101 10011 0 111100 1000000 1001111 100 101111 1110

Color Harmonies of #351513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351513

Black with #351513

Text Example


Text Example

White with #351513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351513; }

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

 H1.HeaderClassName
 {
   color: #351513;
 }
 .AnyTagClassName
 {
   color: #351513;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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