#34120D

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

Shades of Seal Brown #34120D

Tints of Seal Brown #34120D

Color information

#34120D (or 0x34120D) is unknown color: approx Seal Brown. HEX triplet: 34, 12 and 0D. RGB value is (52,18,13). Sum of RGB (Red+Green+Blue) = 52+18+13=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #34120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34120D is #CBEDF2. Grayscale: #1B1B1B. Windows color (decimal): -13364723 or 856628. OLE color: 856628.

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

Color convert

RGB521813-
CMYK00.650.750.80
HSL7.69º60%12.75%-
HSV(B)7.69º75%20.39%-
XYZ1.711.190.52-
YUV27.6119.76145.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 62.65%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=62.65%
G=21.69%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52181300.650.750.807.696012.75
Hex3412D0414B5083cd
Octal6422150101113120107415
Binary110100100101101010000011001011101000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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