#340807

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

Shades of Seal Brown #340807

Tints of Seal Brown #340807

Color information

#340807 (or 0x340807) is unknown color: approx Seal Brown. HEX triplet: 34, 08 and 07. RGB value is (52,8,7). Sum of RGB (Red+Green+Blue) = 52+8+7=67 (8% of max value = 765). Red value is 52 (20.70% from 255 or 77.61% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 52 - color contains mainly: red. Hex color #340807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340807 is #CBF7F8. Grayscale: #151515. Windows color (decimal): -13367289 or 460852. OLE color: 460852.

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

Color convert

RGB5287-
CMYK00.850.870.80
HSL1.33º76.27%11.57%-
HSV(B)1.33º86.54%20.39%-
XYZ1.540.920.3-
YUV21.04120.08150.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 77.61%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 7 (3.12% from 255) = 10.45%
R=77.61%
G=11.94%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal528700.850.870.801.3376.2711.57
Hex3487055575014cc
Octal641070125127120111414
Binary11010010001110101010110101111010000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340807; }

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

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

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

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

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

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

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

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