Html Css Color HEX #340804 Seal Brown

📋 copy color: '#340804'

red 52 ◦ green 8 ◦ blue 4

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

Shades of Seal Brown #340804

Tints of Seal Brown #340804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.5%

 BLUE value IS 4 (1.95% from 255) = 6.25%

R = 81.25%
G = 12.5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#340804 (or 0x340804) is known color: Seal Brown. HEX triplet: 34, 08 and 04. RGB value is (52,8,4). Sum of RGB (Red+Green+Blue) = 52+8+4=64 (8% of max value = 765). Red value is 52 (20.70% from 255 or 81.25% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 52 - color contains mainly: red. Hex color #340804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340804 is #CBF7FB. Grayscale: #141414. Windows color (decimal): -13367292 or 264244. OLE color: 264244.

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

Color convert

RGB 52 8 4 -
CMYK 0 0.85 0.92 0.80
HSL 0.86% 0.11% -
HSV(B) 0.92% 0.2% -
XYZ 1.52 0.91 0.21 -
YUV 20.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 52 8 4 0 0.85 0.92 0.80 5 0.86 0.11
Hex 34 8 4 0 55 5C 50 5 56 B
Octal 64 10 4 0 125 134 120 5 126 13
Binary 110100 1000 100 0 1010101 1011100 1010000 101 1010110 1011

Color Harmonies of #340804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340804

Black with #340804

Text Example


Text Example

White with #340804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340804; }

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

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

background-color css

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

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

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

border-color css

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

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

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