#340B05

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

Shades of Seal Brown #340B05

Tints of Seal Brown #340B05

Color information

#340B05 (or 0x340B05) is unknown color: approx Seal Brown. HEX triplet: 34, 0B and 05. RGB value is (52,11,5). Sum of RGB (Red+Green+Blue) = 52+11+5=68 (9% of max value = 765). Red value is 52 (20.70% from 255 or 76.47% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 52 - color contains mainly: red. Hex color #340B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B05 is #CBF4FA. Grayscale: #161616. Windows color (decimal): -13366523 or 330548. OLE color: 330548.

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

Color convert

RGB52115-
CMYK00.790.900.80
HSL7.66º82.46%11.18%-
HSV(B)7.66º90.38%20.39%-
XYZ1.560.980.25-
YUV22.58118.08148.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 76.47%
GREEN value IS 11 (4.69% from 255) = 16.18%
BLUE value IS 5 (2.34% from 255) = 7.35%
R=76.47%
G=16.18%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5211500.790.900.807.6682.4611.18
Hex34B504F5A50852b
Octal6413501171321201012213
Binary11010010111010100111110110101010000100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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