#34100D

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

Shades of Seal Brown #34100D

Tints of Seal Brown #34100D

Color information

#34100D (or 0x34100D) is unknown color: approx Seal Brown. HEX triplet: 34, 10 and 0D. RGB value is (52,16,13). Sum of RGB (Red+Green+Blue) = 52+16+13=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #34100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34100D is #CBEFF2. Grayscale: #1A1A1A. Windows color (decimal): -13365235 or 856116. OLE color: 856116.

HSL color Cylindrical-coordinate representation of color #34100D: hue angle of 4.62º 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 #34100D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB521613-
CMYK00.690.750.80
HSL4.62º60%12.75%-
HSV(B)4.62º75%20.39%-
XYZ1.671.130.51-
YUV26.42120.43146.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 64.20%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=64.20%
G=19.75%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52161300.690.750.804.626012.75
Hex3410D0454B5053cd
Octal642015010511312057415
Binary11010010000110101000101100101110100001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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