#340805

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

Shades of Seal Brown #340805

Tints of Seal Brown #340805

Color information

#340805 (or 0x340805) is unknown color: approx Seal Brown. HEX triplet: 34, 08 and 05. RGB value is (52,8,5). Sum of RGB (Red+Green+Blue) = 52+8+5=65 (8% of max value = 765). Red value is 52 (20.70% from 255 or 80% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 52 - color contains mainly: red. Hex color #340805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340805 is #CBF7FA. Grayscale: #141414. Windows color (decimal): -13367291 or 329780. OLE color: 329780.

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

Color convert

RGB5285-
CMYK00.850.900.80
HSL3.83º82.46%11.18%-
HSV(B)3.83º90.38%20.39%-
XYZ1.530.910.24-
YUV20.81119.08150.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 80%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 5 (2.34% from 255) = 7.69%
R=80%
G=12.31%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal528500.850.900.803.8382.4611.18
Hex34850555A50452b
Octal641050125132120412213
Binary1101001000101010101011011010101000010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340805; }

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

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

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

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

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

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

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

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