Html Css Color HEX #340D09 Seal Brown

📋 copy color: '#340D09'

red 52 ◦ green 13 ◦ blue 9

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

Shades of Seal Brown #340D09

Tints of Seal Brown #340D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.57%

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

R = 70.27%
G = 17.57%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#340D09 (or 0x340D09) is known color: Seal Brown. HEX triplet: 34, 0D and 09. RGB value is (52,13,9). Sum of RGB (Red+Green+Blue) = 52+13+9=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #340D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D09 is #CBF2F6. Grayscale: #181818. Windows color (decimal): -13366007 or 593204. OLE color: 593204.

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

Color convert

RGB 52 13 9 -
CMYK 0 0.75 0.83 0.80
HSL 5.58º 0.7% 0.12% -
HSV(B) 5.58º 0.83% 0.2% -
XYZ 1.61 1.04 0.37 -
YUV 24.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 52 13 9 0 0.75 0.83 0.80 5.58 0.7 0.12
Hex 34 D 9 0 4B 53 50 6 46 C
Octal 64 15 11 0 113 123 120 6 106 14
Binary 110100 1101 1001 0 1001011 1010011 1010000 110 1000110 1100

Color Harmonies of #340D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D09

Black with #340D09

Text Example


Text Example

White with #340D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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