Html Css Color HEX #340E0D Seal Brown

📋 copy color: '#340E0D'

red 52 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #340E0D

Tints of Seal Brown #340E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.46%

R = 65.82%
G = 17.72%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#340E0D (or 0x340E0D) is known color: Seal Brown. HEX triplet: 34, 0E and 0D. RGB value is (52,14,13). Sum of RGB (Red+Green+Blue) = 52+14+13=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E0D is #CBF1F2. Grayscale: #191919. Windows color (decimal): -13365747 or 855604. OLE color: 855604.

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

Color convert

RGB 52 14 13 -
CMYK 0 0.73 0.75 0.80
HSL 1.54º 0.6% 0.13% -
HSV(B) 1.54º 0.75% 0.2% -
XYZ 1.65 1.07 0.5 -
YUV 25.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 52 14 13 0 0.73 0.75 0.80 1.54 0.6 0.13
Hex 34 E D 0 49 4B 50 2 3C D
Octal 64 16 15 0 111 113 120 2 74 15
Binary 110100 1110 1101 0 1001001 1001011 1010000 10 111100 1101

Color Harmonies of #340E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E0D

Black with #340E0D

Text Example


Text Example

White with #340E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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