#341208

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

Shades of Seal Brown #341208

Tints of Seal Brown #341208

Color information

#341208 (or 0x341208) is unknown color: approx Seal Brown. HEX triplet: 34, 12 and 08. RGB value is (52,18,8). Sum of RGB (Red+Green+Blue) = 52+18+8=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #341208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341208 is #CBEDF7. Grayscale: #1B1B1B. Windows color (decimal): -13364728 or 528948. OLE color: 528948.

HSL color Cylindrical-coordinate representation of color #341208: hue angle of 13.64º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341208 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB52188-
CMYK00.650.850.80
HSL13.64º73.33%11.76%-
HSV(B)13.64º84.62%20.39%-
XYZ1.681.180.37-
YUV27.03117.26145.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=66.67%
G=23.08%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5218800.650.850.8013.6473.3311.76
Hex341280415550e49c
Octal64221001011251201611114
Binary1101001001010000100000110101011010000111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341208; }

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

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

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

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

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

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

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

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