#34110B

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

Shades of Seal Brown #34110B

Tints of Seal Brown #34110B

Color information

#34110B (or 0x34110B) is unknown color: approx Seal Brown. HEX triplet: 34, 11 and 0B. RGB value is (52,17,11). Sum of RGB (Red+Green+Blue) = 52+17+11=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #34110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34110B is #CBEEF4. Grayscale: #1A1A1A. Windows color (decimal): -13364981 or 725300. OLE color: 725300.

HSL color Cylindrical-coordinate representation of color #34110B: hue angle of 8.78º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34110B is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB521711-
CMYK00.670.790.80
HSL8.78º65.08%12.35%-
HSV(B)8.78º78.85%20.39%-
XYZ1.681.160.45-
YUV26.78119.1145.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=65%
G=21.25%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52171100.670.790.808.7865.0812.35
Hex3411B0434F50941c
Octal64211301031171201110114
Binary1101001000110110100001110011111010000100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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