#340905

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

Shades of Seal Brown #340905

Tints of Seal Brown #340905

Color information

#340905 (or 0x340905) is unknown color: approx Seal Brown. HEX triplet: 34, 09 and 05. RGB value is (52,9,5). Sum of RGB (Red+Green+Blue) = 52+9+5=66 (8% of max value = 765). Red value is 52 (20.70% from 255 or 78.79% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 52 - color contains mainly: red. Hex color #340905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340905 is #CBF6FA. Grayscale: #151515. Windows color (decimal): -13367035 or 330036. OLE color: 330036.

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

Color convert

RGB5295-
CMYK00.830.900.80
HSL5.11º82.46%11.18%-
HSV(B)5.11º90.38%20.39%-
XYZ1.540.940.24-
YUV21.4118.75149.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 78.79%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=78.79%
G=13.64%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal529500.830.900.805.1182.4611.18
Hex34950535A50552b
Octal641150123132120512213
Binary1101001001101010100111011010101000010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340905; }

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

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

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

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

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

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

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

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