Html Css Color HEX #340909 Seal Brown

📋 copy color: '#340909'

red 52 ◦ green 9 ◦ blue 9

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

Shades of Seal Brown #340909

Tints of Seal Brown #340909

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.86%

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

R = 74.29%
G = 12.86%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#340909 (or 0x340909) is known color: Seal Brown. HEX triplet: 34, 09 and 09. RGB value is (52,9,9). Sum of RGB (Red+Green+Blue) = 52+9+9=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #340909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340909 is #CBF6F6. Grayscale: #151515. Windows color (decimal): -13367031 or 592180. OLE color: 592180.

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

Color convert

RGB 52 9 9 -
CMYK 0 0.83 0.83 0.80
HSL 0.7% 0.12% -
HSV(B) 0.83% 0.2% -
XYZ 1.56 0.95 0.36 -
YUV 21.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 52 9 9 0 0.83 0.83 0.80 0 0.7 0.12
Hex 34 9 9 0 53 53 50 0 46 C
Octal 64 11 11 0 123 123 120 0 106 14
Binary 110100 1001 1001 0 1010011 1010011 1010000 0 1000110 1100

Color Harmonies of #340909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340909

Black with #340909

Text Example


Text Example

White with #340909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340909; }

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

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

background-color css

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

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

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

border-color css

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

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

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