#34150D

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

Shades of Seal Brown #34150D

Tints of Seal Brown #34150D

Color information

#34150D (or 0x34150D) is unknown color: approx Seal Brown. HEX triplet: 34, 15 and 0D. RGB value is (52,21,13). Sum of RGB (Red+Green+Blue) = 52+21+13=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #34150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34150D is #CBEAF2. Grayscale: #1D1D1D. Windows color (decimal): -13363955 or 857396. OLE color: 857396.

HSL color Cylindrical-coordinate representation of color #34150D: hue angle of 12.31º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34150D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB522113-
CMYK00.600.750.80
HSL12.31º60%12.75%-
HSV(B)12.31º75%20.39%-
XYZ1.761.30.54-
YUV29.36118.77144.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 60.47%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=60.47%
G=24.42%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52211300.600.750.8012.316012.75
Hex3415D03C4B50c3cd
Octal642515074113120147415
Binary11010010101110101111001001011101000011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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