Html Css Color HEX #340F09 Seal Brown

📋 copy color: '#340F09'

red 52 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #340F09

Tints of Seal Brown #340F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.74%

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

R = 68.42%
G = 19.74%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#340F09 (or 0x340F09) is known color: Seal Brown. HEX triplet: 34, 0F and 09. RGB value is (52,15,9). Sum of RGB (Red+Green+Blue) = 52+15+9=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #340F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F09 is #CBF0F6. Grayscale: #191919. Windows color (decimal): -13365495 or 593716. OLE color: 593716.

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

Color convert

RGB 52 15 9 -
CMYK 0 0.71 0.83 0.80
HSL 8.37º 0.7% 0.12% -
HSV(B) 8.37º 0.83% 0.2% -
XYZ 1.64 1.09 0.38 -
YUV 25.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 52 15 9 0 0.71 0.83 0.80 8.37 0.7 0.12
Hex 34 F 9 0 47 53 50 8 46 C
Octal 64 17 11 0 107 123 120 10 106 14
Binary 110100 1111 1001 0 1000111 1010011 1010000 1000 1000110 1100

Color Harmonies of #340F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340F09

Black with #340F09

Text Example


Text Example

White with #340F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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