#340C0C

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

Shades of Seal Brown #340C0C

Tints of Seal Brown #340C0C

Color information

#340C0C (or 0x340C0C) is unknown color: approx Seal Brown. HEX triplet: 34, 0C and 0C. RGB value is (52,12,12). Sum of RGB (Red+Green+Blue) = 52+12+12=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #340C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C0C is #CBF3F3. Grayscale: #181818. Windows color (decimal): -13366260 or 789556. OLE color: 789556.

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

Color convert

RGB521212-
CMYK00.770.770.80
HSL62.5%12.55%-
HSV(B)76.92%20.39%-
XYZ1.611.020.46-
YUV23.96121.25148-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 68.42%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 12 (5.08% from 255) = 15.79%
R=68.42%
G=15.79%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52121200.770.770.80062.512.55
Hex34CC04D4D5003ed
Octal641414011511512007615
Binary11010011001100010011011001101101000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340C0C; }

 p { color: rgb(52,12,12); }

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

<style>
 a { background-color: #340C0C; }

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

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

<style>
 span { border-color: #340C0C; }

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

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