Html Css Color HEX #341A19 Seal Brown

📋 copy color: '#341A19'

red 52 ◦ green 26 ◦ blue 25

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

Shades of Seal Brown #341A19

Tints of Seal Brown #341A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.24%

 BLUE value IS 25 (10.16% from 255) = 24.27%

R = 50.49%
G = 25.24%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#341A19 (or 0x341A19) is known color: Seal Brown. HEX triplet: 34, 1A and 19. RGB value is (52,26,25). Sum of RGB (Red+Green+Blue) = 52+26+25=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #341A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A19 is #CBE5E6. Grayscale: #212121. Windows color (decimal): -13362663 or 1645108. OLE color: 1645108.

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

Color convert

RGB 52 26 25 -
CMYK 0 0.50 0.52 0.80
HSL 2.22º 0.35% 0.15% -
HSV(B) 2.22º 0.52% 0.2% -
XYZ 1.96 1.54 1.11 -
YUV 33.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 52 26 25 0 0.50 0.52 0.80 2.22 0.35 0.15
Hex 34 1A 19 0 32 34 50 2 23 F
Octal 64 32 31 0 62 64 120 2 43 17
Binary 110100 11010 11001 0 110010 110100 1010000 10 100011 1111

Color Harmonies of #341A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A19

Black with #341A19

Text Example


Text Example

White with #341A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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