Html Css Color HEX #341211 Seal Brown

📋 copy color: '#341211'

red 52 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #341211

Tints of Seal Brown #341211

RGB

 RED value IS 52 (20.7% from 255) = 59.77%

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

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

R = 59.77%
G = 20.69%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#341211 (or 0x341211) is known color: Seal Brown. HEX triplet: 34, 12 and 11. RGB value is (52,18,17). Sum of RGB (Red+Green+Blue) = 52+18+17=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #341211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341211 is #CBEDEE. Grayscale: #1C1C1C. Windows color (decimal): -13364719 or 1118772. OLE color: 1118772.

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

Color convert

RGB 52 18 17 -
CMYK 0 0.65 0.67 0.80
HSL 1.71º 0.51% 0.14% -
HSV(B) 1.71º 0.67% 0.2% -
XYZ 1.73 1.2 0.67 -
YUV 28.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 52 18 17 0 0.65 0.67 0.80 1.71 0.51 0.14
Hex 34 12 11 0 41 43 50 2 33 E
Octal 64 22 21 0 101 103 120 2 63 16
Binary 110100 10010 10001 0 1000001 1000011 1010000 10 110011 1110

Color Harmonies of #341211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341211

Black with #341211

Text Example


Text Example

White with #341211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341211; }

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

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

background-color css

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

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

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

border-color css

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

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

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