#340802

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

Shades of Seal Brown #340802

Tints of Seal Brown #340802

Color information

#340802 (or 0x340802) is unknown color: approx Seal Brown. HEX triplet: 34, 08 and 02. RGB value is (52,8,2). Sum of RGB (Red+Green+Blue) = 52+8+2=62 (8% of max value = 765). Red value is 52 (20.70% from 255 or 83.87% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 52 - color contains mainly: red. Hex color #340802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340802 is #CBF7FD. Grayscale: #141414. Windows color (decimal): -13367294 or 133172. OLE color: 133172.

HSL color Cylindrical-coordinate representation of color #340802: hue angle of 7.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340802 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB5282-
CMYK00.850.960.80
HSL7.2º92.59%10.59%-
HSV(B)7.2º96.15%20.39%-
XYZ1.510.910.15-
YUV20.47117.58150.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 83.87%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 2 (1.17% from 255) = 3.23%
R=83.87%
G=12.90%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal528200.850.960.807.292.5910.59
Hex3482055605075db
Octal641020125140120713513
Binary110100100010010101011100000101000011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340802; }

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

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

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

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

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

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

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

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