#341E1B

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

Shades of Seal Brown #341E1B

Tints of Seal Brown #341E1B

Color information

#341E1B (or 0x341E1B) is unknown color: approx Seal Brown. HEX triplet: 34, 1E and 1B. RGB value is (52,30,27). Sum of RGB (Red+Green+Blue) = 52+30+27=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #341E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E1B is #CBE1E4. Grayscale: #242424. Windows color (decimal): -13361637 or 1777204. OLE color: 1777204.

HSL color Cylindrical-coordinate representation of color #341E1B: hue angle of 7.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #341E1B is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB523027-
CMYK00.420.480.80
HSL7.2º31.65%15.49%-
HSV(B)7.2º48.08%20.39%-
XYZ2.081.741.26-
YUV36.24122.79139.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 30 (12.11% from 255) = 27.52%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=47.71%
G=27.52%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52302700.420.480.807.231.6515.49
Hex341E1B02A3050720f
Octal6436330526012074017
Binary1101001111011011010101011000010100001111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341E1B; }

 p { color: rgb(52,30,27); }

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

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

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

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

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

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

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