Html Css Color HEX #331211 Seal Brown

📋 copy color: '#331211'

red 51 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #331211

Tints of Seal Brown #331211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.77%

R = 59.3%
G = 20.93%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#331211 (or 0x331211) is known color: Seal Brown. HEX triplet: 33, 12 and 11. RGB value is (51,18,17). Sum of RGB (Red+Green+Blue) = 51+18+17=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331211 is #CCEDEE. Grayscale: #1B1B1B. Windows color (decimal): -13430255 or 1118771. OLE color: 1118771.

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

Color convert

RGB 51 18 17 -
CMYK 0 0.65 0.67 0.8
HSL 1.76º 0.5% 0.13% -
HSV(B) 1.76º 0.67% 0.2% -
XYZ 1.68 1.18 0.67 -
YUV 27.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 51 18 17 0 0.65 0.67 0.8 1.76 0.5 0.13
Hex 33 12 11 0 41 43 50 2 32 D
Octal 63 22 21 0 101 103 120 2 62 15
Binary 110011 10010 10001 0 1000001 1000011 1010000 10 110010 1101

Color Harmonies of #331211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331211

Black with #331211

Text Example


Text Example

White with #331211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331211; }

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

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

background-color css

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

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

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

border-color css

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

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

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