#34130F

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

Shades of Seal Brown #34130F

Tints of Seal Brown #34130F

Color information

#34130F (or 0x34130F) is unknown color: approx Seal Brown. HEX triplet: 34, 13 and 0F. RGB value is (52,19,15). Sum of RGB (Red+Green+Blue) = 52+19+15=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #34130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34130F is #CBECF0. Grayscale: #1C1C1C. Windows color (decimal): -13364465 or 987956. OLE color: 987956.

HSL color Cylindrical-coordinate representation of color #34130F: hue angle of 6.49º 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 #34130F is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB521915-
CMYK00.630.710.80
HSL6.49º55.22%13.14%-
HSV(B)6.49º71.15%20.39%-
XYZ1.741.230.6-
YUV28.41120.43144.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 60.47%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=60.47%
G=22.09%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52191500.630.710.806.4955.2213.14
Hex3413F03F4750637d
Octal64231707710712066715
Binary1101001001111110111111100011110100001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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