Html Css Color HEX #340E07 Seal Brown

📋 copy color: '#340E07'

red 52 ◦ green 14 ◦ blue 7

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

Shades of Seal Brown #340E07

Tints of Seal Brown #340E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 19.18%

 BLUE value IS 7 (3.13% from 255) = 9.59%

R = 71.23%
G = 19.18%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.80

RGB Variations

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

Color information

#340E07 (or 0x340E07) is known color: Seal Brown. HEX triplet: 34, 0E and 07. RGB value is (52,14,7). Sum of RGB (Red+Green+Blue) = 52+14+7=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #340E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E07 is #CBF1F8. Grayscale: #181818. Windows color (decimal): -13365753 or 462388. OLE color: 462388.

HSL color Cylindrical-coordinate representation of color #340E07: hue angle of 9.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #340E07 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 14 7 -
CMYK 0 0.73 0.87 0.80
HSL 9.33º 0.76% 0.12% -
HSV(B) 9.33º 0.87% 0.2% -
XYZ 1.61 1.06 0.32 -
YUV 24.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 52 14 7 0 0.73 0.87 0.80 9.33 0.76 0.12
Hex 34 E 7 0 49 57 50 9 4C C
Octal 64 16 7 0 111 127 120 11 114 14
Binary 110100 1110 111 0 1001001 1010111 1010000 1001 1001100 1100

Color Harmonies of #340E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E07

Black with #340E07

Text Example


Text Example

White with #340E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,14,7); }

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

background-color css

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

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

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

border-color css

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

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

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