#340101

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

Shades of Seal Brown #340101

Tints of Seal Brown #340101

Color information

#340101 (or 0x340101) is unknown color: approx Seal Brown. HEX triplet: 34, 01 and 01. RGB value is (52,1,1). Sum of RGB (Red+Green+Blue) = 52+1+1=54 (7% of max value = 765). Red value is 52 (20.70% from 255 or 96.30% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 52 - color contains mainly: red. Hex color #340101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340101 is #CBFEFE. Grayscale: #101010. Windows color (decimal): -13369087 or 65844. OLE color: 65844.

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

Color convert

RGB5211-
CMYK00.980.980.80
HSL96.23%10.39%-
HSV(B)98.08%20.39%-
XYZ1.430.750.1-
YUV16.25119.4153.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 96.30%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=96.30%
G=1.85%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal521100.980.980.80096.2310.39
Hex34110626250060a
Octal64110142142120014012
Binary110100110110001011000101010000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340101; }

 p { color: rgb(52,1,1); }

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

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

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

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

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

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

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