#34110F

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

Shades of Seal Brown #34110F

Tints of Seal Brown #34110F

Color information

#34110F (or 0x34110F) is unknown color: approx Seal Brown. HEX triplet: 34, 11 and 0F. RGB value is (52,17,15). Sum of RGB (Red+Green+Blue) = 52+17+15=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #34110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34110F is #CBEEF0. Grayscale: #1B1B1B. Windows color (decimal): -13364977 or 987444. OLE color: 987444.

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

Color convert

RGB521715-
CMYK00.670.710.80
HSL3.24º55.22%13.14%-
HSV(B)3.24º71.15%20.39%-
XYZ1.71.170.59-
YUV27.24121.1145.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=61.90%
G=20.24%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52171500.670.710.803.2455.2213.14
Hex3411F0434750337d
Octal642117010310712036715
Binary1101001000111110100001110001111010000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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