Html Css Color HEX #341D1A Seal Brown

📋 copy color: '#341D1A'

red 52 ◦ green 29 ◦ blue 26

#341D1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #341D1A

Tints of Seal Brown #341D1A

RGB

 RED value IS 52 (20.7% from 255) = 48.6%

 GREEN value IS 29 (11.72% from 255) = 27.1%

 BLUE value IS 26 (10.55% from 255) = 24.3%

R = 48.6%
G = 27.1%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#341D1A (or 0x341D1A) is known color: Seal Brown. HEX triplet: 34, 1D and 1A. RGB value is (52,29,26). Sum of RGB (Red+Green+Blue) = 52+29+26=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #341D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D1A is #CBE2E5. Grayscale: #232323. Windows color (decimal): -13361894 or 1711412. OLE color: 1711412.

HSL color Cylindrical-coordinate representation of color #341D1A: hue angle of 6.92º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341D1A is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 29 26 -
CMYK 0 0.44 0.50 0.80
HSL 6.92º 0.33% 0.15% -
HSV(B) 6.92º 0.5% 0.2% -
XYZ 2.04 1.68 1.19 -
YUV 35.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 52 29 26 0 0.44 0.50 0.80 6.92 0.33 0.15
Hex 34 1D 1A 0 2C 32 50 7 21 F
Octal 64 35 32 0 54 62 120 7 41 17
Binary 110100 11101 11010 0 101100 110010 1010000 111 100001 1111

Color Harmonies of #341D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D1A

Black with #341D1A

Text Example


Text Example

White with #341D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,29,26); }

 H1.HeaderClassName
 {
   color: #341D1A;
 }
 .AnyTagClassName
 {
   color: #341D1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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