#340808

Color #340808 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #340808

Tints of Seal Brown #340808

Color information

#340808 (or 0x340808) is unknown color: approx Seal Brown. HEX triplet: 34, 08 and 08. RGB value is (52,8,8). Sum of RGB (Red+Green+Blue) = 52+8+8=68 (9% of max value = 765). Red value is 52 (20.70% from 255 or 76.47% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 52 - color contains mainly: red. Hex color #340808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340808 is #CBF7F7. Grayscale: #151515. Windows color (decimal): -13367288 or 526388. OLE color: 526388.

HSL color Cylindrical-coordinate representation of color #340808: hue angle of 0º 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 #340808 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB5288-
CMYK00.850.850.80
HSL73.33%11.76%-
HSV(B)84.62%20.39%-
XYZ1.550.920.33-
YUV21.16120.58150-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 76.47%
GREEN value IS 8 (3.52% from 255) = 11.76%
BLUE value IS 8 (3.52% from 255) = 11.76%
R=76.47%
G=11.76%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal528800.850.850.80073.3311.76
Hex34880555550049c
Octal6410100125125120011114
Binary110100100010000101010110101011010000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340808; }

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

 H1.HeaderClassName
 {
   color: #340808;
 }
 .AnyTagClassName
 {
   color: #340808;
 }
</style>
background-color css

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

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

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

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

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

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