#341308

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

Shades of Seal Brown #341308

Tints of Seal Brown #341308

Color information

#341308 (or 0x341308) is unknown color: approx Seal Brown. HEX triplet: 34, 13 and 08. RGB value is (52,19,8). Sum of RGB (Red+Green+Blue) = 52+19+8=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #341308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341308 is #CBECF7. Grayscale: #1B1B1B. Windows color (decimal): -13364472 or 529204. OLE color: 529204.

HSL color Cylindrical-coordinate representation of color #341308: hue angle of 15º 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 #341308 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB52198-
CMYK00.630.850.80
HSL15º73.33%11.76%-
HSV(B)15º84.62%20.39%-
XYZ1.691.210.37-
YUV27.61116.93145.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=65.82%
G=24.05%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5219800.630.850.801573.3311.76
Hex3413803F5550f49c
Octal6423100771251201711114
Binary110100100111000011111110101011010000111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341308; }

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

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

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

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

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

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

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

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