#34100F

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

Shades of Seal Brown #34100F

Tints of Seal Brown #34100F

Color information

#34100F (or 0x34100F) is unknown color: approx Seal Brown. HEX triplet: 34, 10 and 0F. RGB value is (52,16,15). Sum of RGB (Red+Green+Blue) = 52+16+15=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #34100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34100F is #CBEFF0. Grayscale: #1A1A1A. Windows color (decimal): -13365233 or 987188. OLE color: 987188.

HSL color Cylindrical-coordinate representation of color #34100F: hue angle of 1.62º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34100F is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB521615-
CMYK00.690.710.80
HSL1.62º55.22%13.14%-
HSV(B)1.62º71.15%20.39%-
XYZ1.691.140.58-
YUV26.65121.43146.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 62.65%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=62.65%
G=19.28%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52161500.690.710.801.6255.2213.14
Hex3410F0454750237d
Octal642017010510712026715
Binary1101001000011110100010110001111010000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34100F; }

 p { color: rgb(52,16,15); }

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

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

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

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

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

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

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