Html Css Color HEX #351312 Seal Brown

📋 copy color: '#351312'

red 53 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #351312

Tints of Seal Brown #351312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.11%

 BLUE value IS 18 (7.42% from 255) = 20%

R = 58.89%
G = 21.11%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#351312 (or 0x351312) is known color: Seal Brown. HEX triplet: 35, 13 and 12. RGB value is (53,19,18). Sum of RGB (Red+Green+Blue) = 53+19+18=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351312 is #CAECED. Grayscale: #1D1D1D. Windows color (decimal): -13298926 or 1184565. OLE color: 1184565.

HSL color Cylindrical-coordinate representation of color #351312: hue angle of 1.71º 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 #351312 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 19 18 -
CMYK 0 0.64 0.66 0.79
HSL 1.71º 0.49% 0.14% -
HSV(B) 1.71º 0.66% 0.21% -
XYZ 1.81 1.27 0.72 -
YUV 29.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 53 19 18 0 0.64 0.66 0.79 1.71 0.49 0.14
Hex 35 13 12 0 40 42 4F 2 31 E
Octal 65 23 22 0 100 102 117 2 61 16
Binary 110101 10011 10010 0 1000000 1000010 1001111 10 110001 1110

Color Harmonies of #351312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351312

Black with #351312

Text Example


Text Example

White with #351312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351312; }

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

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

background-color css

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

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

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

border-color css

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

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

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