Html Css Color HEX #340E0C Seal Brown

📋 copy color: '#340E0C'

red 52 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #340E0C

Tints of Seal Brown #340E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15.38%

R = 66.67%
G = 17.95%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.80

RGB Variations

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

Color information

#340E0C (or 0x340E0C) is known color: Seal Brown. HEX triplet: 34, 0E and 0C. RGB value is (52,14,12). Sum of RGB (Red+Green+Blue) = 52+14+12=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #340E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E0C is #CBF1F3. Grayscale: #191919. Windows color (decimal): -13365748 or 790068. OLE color: 790068.

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

Color convert

RGB 52 14 12 -
CMYK 0 0.73 0.77 0.80
HSL 0.63% 0.13% -
HSV(B) 0.77% 0.2% -
XYZ 1.64 1.07 0.47 -
YUV 25.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 52 14 12 0 0.73 0.77 0.80 3 0.63 0.13
Hex 34 E C 0 49 4D 50 3 3E D
Octal 64 16 14 0 111 115 120 3 76 15
Binary 110100 1110 1100 0 1001001 1001101 1010000 11 111110 1101

Color Harmonies of #340E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E0C

Black with #340E0C

Text Example


Text Example

White with #340E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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