#340B07

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

Shades of Seal Brown #340B07

Tints of Seal Brown #340B07

Color information

#340B07 (or 0x340B07) is unknown color: approx Seal Brown. HEX triplet: 34, 0B and 07. RGB value is (52,11,7). Sum of RGB (Red+Green+Blue) = 52+11+7=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #340B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B07 is #CBF4F8. Grayscale: #161616. Windows color (decimal): -13366521 or 461620. OLE color: 461620.

HSL color Cylindrical-coordinate representation of color #340B07: hue angle of 5.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #340B07 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.80.

Color convert

RGB52117-
CMYK00.790.870.80
HSL5.33º76.27%11.57%-
HSV(B)5.33º86.54%20.39%-
XYZ1.570.980.31-
YUV22.8119.08148.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 74.29%
GREEN value IS 11 (4.69% from 255) = 15.71%
BLUE value IS 7 (3.12% from 255) = 10%
R=74.29%
G=15.71%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5211700.790.870.805.3376.2711.57
Hex34B704F575054cc
Octal641370117127120511414
Binary1101001011111010011111010111101000010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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