#34150B

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

Shades of Seal Brown #34150B

Tints of Seal Brown #34150B

Color information

#34150B (or 0x34150B) is unknown color: approx Seal Brown. HEX triplet: 34, 15 and 0B. RGB value is (52,21,11). Sum of RGB (Red+Green+Blue) = 52+21+11=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #34150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34150B is #CBEAF4. Grayscale: #1D1D1D. Windows color (decimal): -13363957 or 726324. OLE color: 726324.

HSL color Cylindrical-coordinate representation of color #34150B: hue angle of 14.63º 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 #34150B is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB522111-
CMYK00.600.790.80
HSL14.63º65.08%12.35%-
HSV(B)14.63º78.85%20.39%-
XYZ1.741.290.47-
YUV29.13117.77144.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=61.90%
G=25%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52211100.600.790.8014.6365.0812.35
Hex3415B03C4F50f41c
Octal6425130741171201710114
Binary110100101011011011110010011111010000111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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