Html Css Color HEX #331412 Seal Brown

📋 copy color: '#331412'

red 51 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #331412

Tints of Seal Brown #331412

RGB

 RED value IS 51 (20.31% from 255) = 57.3%

 GREEN value IS 20 (8.2% from 255) = 22.47%

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

R = 57.3%
G = 22.47%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#331412 (or 0x331412) is known color: Seal Brown. HEX triplet: 33, 14 and 12. RGB value is (51,20,18). Sum of RGB (Red+Green+Blue) = 51+20+18=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #331412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331412 is #CCEBED. Grayscale: #1D1D1D. Windows color (decimal): -13429742 or 1184819. OLE color: 1184819.

HSL color Cylindrical-coordinate representation of color #331412: hue angle of 3.64º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331412 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 20 18 -
CMYK 0 0.61 0.65 0.8
HSL 3.64º 0.48% 0.14% -
HSV(B) 3.64º 0.65% 0.2% -
XYZ 1.72 1.25 0.72 -
YUV 29.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 51 20 18 0 0.61 0.65 0.8 3.64 0.48 0.14
Hex 33 14 12 0 3D 41 50 4 30 E
Octal 63 24 22 0 75 101 120 4 60 16
Binary 110011 10100 10010 0 111101 1000001 1010000 100 110000 1110

Color Harmonies of #331412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331412

Black with #331412

Text Example


Text Example

White with #331412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331412; }

 p { color: rgb(51,20,18); }

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

background-color css

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

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

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

border-color css

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

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

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