Html Css Color HEX #340E08 Seal Brown

📋 copy color: '#340E08'

red 52 ◦ green 14 ◦ blue 8

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

Shades of Seal Brown #340E08

Tints of Seal Brown #340E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 10.81%

R = 70.27%
G = 18.92%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.80

RGB Variations

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

Color information

#340E08 (or 0x340E08) is known color: Seal Brown. HEX triplet: 34, 0E and 08. RGB value is (52,14,8). Sum of RGB (Red+Green+Blue) = 52+14+8=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #340E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E08 is #CBF1F7. Grayscale: #181818. Windows color (decimal): -13365752 or 527924. OLE color: 527924.

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

Color convert

RGB 52 14 8 -
CMYK 0 0.73 0.85 0.80
HSL 8.18º 0.73% 0.12% -
HSV(B) 8.18º 0.85% 0.2% -
XYZ 1.62 1.06 0.35 -
YUV 24.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 52 14 8 0 0.73 0.85 0.80 8.18 0.73 0.12
Hex 34 E 8 0 49 55 50 8 49 C
Octal 64 16 10 0 111 125 120 10 111 14
Binary 110100 1110 1000 0 1001001 1010101 1010000 1000 1001001 1100

Color Harmonies of #340E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E08

Black with #340E08

Text Example


Text Example

White with #340E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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