Html Css Color HEX #351212 Seal Brown

📋 copy color: '#351212'

red 53 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #351212

Tints of Seal Brown #351212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.22%

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

R = 59.55%
G = 20.22%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#351212 (or 0x351212) is known color: Seal Brown. HEX triplet: 35, 12 and 12. RGB value is (53,18,18). Sum of RGB (Red+Green+Blue) = 53+18+18=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #351212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351212 is #CAEDED. Grayscale: #1C1C1C. Windows color (decimal): -13299182 or 1184309. OLE color: 1184309.

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

Color convert

RGB 53 18 18 -
CMYK 0 0.66 0.66 0.79
HSL 0.49% 0.14% -
HSV(B) 0.66% 0.21% -
XYZ 1.79 1.23 0.72 -
YUV 28.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 53 18 18 0 0.66 0.66 0.79 0 0.49 0.14
Hex 35 12 12 0 42 42 4F 0 31 E
Octal 65 22 22 0 102 102 117 0 61 16
Binary 110101 10010 10010 0 1000010 1000010 1001111 0 110001 1110

Color Harmonies of #351212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351212

Black with #351212

Text Example


Text Example

White with #351212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351212; }

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

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

background-color css

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

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

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

border-color css

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

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

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