Html Css Color HEX #341109 Seal Brown

📋 copy color: '#341109'

red 52 ◦ green 17 ◦ blue 9

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

Shades of Seal Brown #341109

Tints of Seal Brown #341109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.79%

 BLUE value IS 9 (3.91% from 255) = 11.54%

R = 66.67%
G = 21.79%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#341109 (or 0x341109) is known color: Seal Brown. HEX triplet: 34, 11 and 09. RGB value is (52,17,9). Sum of RGB (Red+Green+Blue) = 52+17+9=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #341109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341109 is #CBEEF6. Grayscale: #1A1A1A. Windows color (decimal): -13364983 or 594228. OLE color: 594228.

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

Color convert

RGB 52 17 9 -
CMYK 0 0.67 0.83 0.80
HSL 11.16º 0.7% 0.12% -
HSV(B) 11.16º 0.83% 0.2% -
XYZ 1.67 1.15 0.39 -
YUV 26.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 52 17 9 0 0.67 0.83 0.80 11.16 0.7 0.12
Hex 34 11 9 0 43 53 50 B 46 C
Octal 64 21 11 0 103 123 120 13 106 14
Binary 110100 10001 1001 0 1000011 1010011 1010000 1011 1000110 1100

Color Harmonies of #341109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341109

Black with #341109

Text Example


Text Example

White with #341109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341109; }

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

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

background-color css

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

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

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

border-color css

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

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

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