Html Css Color HEX #340A09 Seal Brown

📋 copy color: '#340A09'

red 52 ◦ green 10 ◦ blue 9

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

Shades of Seal Brown #340A09

Tints of Seal Brown #340A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.08%

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

R = 73.24%
G = 14.08%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#340A09 (or 0x340A09) is known color: Seal Brown. HEX triplet: 34, 0A and 09. RGB value is (52,10,9). Sum of RGB (Red+Green+Blue) = 52+10+9=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #340A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A09 is #CBF5F6. Grayscale: #161616. Windows color (decimal): -13366775 or 592436. OLE color: 592436.

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

Color convert

RGB 52 10 9 -
CMYK 0 0.81 0.83 0.80
HSL 1.4º 0.7% 0.12% -
HSV(B) 1.4º 0.83% 0.2% -
XYZ 1.57 0.97 0.36 -
YUV 22.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 52 10 9 0 0.81 0.83 0.80 1.4 0.7 0.12
Hex 34 A 9 0 51 53 50 1 46 C
Octal 64 12 11 0 121 123 120 1 106 14
Binary 110100 1010 1001 0 1010001 1010011 1010000 1 1000110 1100

Color Harmonies of #340A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340A09

Black with #340A09

Text Example


Text Example

White with #340A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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