Html Css Color HEX #341209 Seal Brown

📋 copy color: '#341209'

red 52 ◦ green 18 ◦ blue 9

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

Shades of Seal Brown #341209

Tints of Seal Brown #341209

RGB

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

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

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

R = 65.82%
G = 22.78%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#341209 (or 0x341209) is known color: Seal Brown. HEX triplet: 34, 12 and 09. RGB value is (52,18,9). Sum of RGB (Red+Green+Blue) = 52+18+9=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #341209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341209 is #CBEDF6. Grayscale: #1B1B1B. Windows color (decimal): -13364727 or 594484. OLE color: 594484.

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

Color convert

RGB 52 18 9 -
CMYK 0 0.65 0.83 0.80
HSL 12.56º 0.7% 0.12% -
HSV(B) 12.56º 0.83% 0.2% -
XYZ 1.68 1.18 0.4 -
YUV 27.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 52 18 9 0 0.65 0.83 0.80 12.56 0.7 0.12
Hex 34 12 9 0 41 53 50 D 46 C
Octal 64 22 11 0 101 123 120 15 106 14
Binary 110100 10010 1001 0 1000001 1010011 1010000 1101 1000110 1100

Color Harmonies of #341209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341209

Black with #341209

Text Example


Text Example

White with #341209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341209; }

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

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

background-color css

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

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

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

border-color css

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

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

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