Html Css Color HEX #340E05 Seal Brown

📋 copy color: '#340E05'

red 52 ◦ green 14 ◦ blue 5

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

Shades of Seal Brown #340E05

Tints of Seal Brown #340E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.04%

R = 73.24%
G = 19.72%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#340E05 (or 0x340E05) is known color: Seal Brown. HEX triplet: 34, 0E and 05. RGB value is (52,14,5). Sum of RGB (Red+Green+Blue) = 52+14+5=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #340E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E05 is #CBF1FA. Grayscale: #181818. Windows color (decimal): -13365755 or 331316. OLE color: 331316.

HSL color Cylindrical-coordinate representation of color #340E05: hue angle of 11.49º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340E05 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 14 5 -
CMYK 0 0.73 0.90 0.80
HSL 11.49º 0.82% 0.11% -
HSV(B) 11.49º 0.9% 0.2% -
XYZ 1.6 1.06 0.26 -
YUV 24.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 52 14 5 0 0.73 0.90 0.80 11.49 0.82 0.11
Hex 34 E 5 0 49 5A 50 B 52 B
Octal 64 16 5 0 111 132 120 13 122 13
Binary 110100 1110 101 0 1001001 1011010 1010000 1011 1010010 1011

Color Harmonies of #340E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E05

Black with #340E05

Text Example


Text Example

White with #340E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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