Html Css Color HEX #340E0B Seal Brown

📋 copy color: '#340E0B'

red 52 ◦ green 14 ◦ blue 11

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

Shades of Seal Brown #340E0B

Tints of Seal Brown #340E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 14.29%

R = 67.53%
G = 18.18%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.80

RGB Variations

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

Color information

#340E0B (or 0x340E0B) is known color: Seal Brown. HEX triplet: 34, 0E and 0B. RGB value is (52,14,11). Sum of RGB (Red+Green+Blue) = 52+14+11=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #340E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E0B is #CBF1F4. Grayscale: #191919. Windows color (decimal): -13365749 or 724532. OLE color: 724532.

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

Color convert

RGB 52 14 11 -
CMYK 0 0.73 0.79 0.80
HSL 4.39º 0.65% 0.12% -
HSV(B) 4.39º 0.79% 0.2% -
XYZ 1.63 1.07 0.44 -
YUV 25.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 52 14 11 0 0.73 0.79 0.80 4.39 0.65 0.12
Hex 34 E B 0 49 4F 50 4 41 C
Octal 64 16 13 0 111 117 120 4 101 14
Binary 110100 1110 1011 0 1001001 1001111 1010000 100 1000001 1100

Color Harmonies of #340E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E0B

Black with #340E0B

Text Example


Text Example

White with #340E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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