Html Css Color HEX #341C19 Seal Brown

📋 copy color: '#341C19'

red 52 ◦ green 28 ◦ blue 25

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

Shades of Seal Brown #341C19

Tints of Seal Brown #341C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.67%

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

R = 49.52%
G = 26.67%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#341C19 (or 0x341C19) is known color: Seal Brown. HEX triplet: 34, 1C and 19. RGB value is (52,28,25). Sum of RGB (Red+Green+Blue) = 52+28+25=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #341C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C19 is #CBE3E6. Grayscale: #222222. Windows color (decimal): -13362151 or 1645620. OLE color: 1645620.

HSL color Cylindrical-coordinate representation of color #341C19: hue angle of 6.67º 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 #341C19 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 28 25 -
CMYK 0 0.46 0.52 0.80
HSL 6.67º 0.35% 0.15% -
HSV(B) 6.67º 0.52% 0.2% -
XYZ 2.01 1.63 1.13 -
YUV 34.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 52 28 25 0 0.46 0.52 0.80 6.67 0.35 0.15
Hex 34 1C 19 0 2E 34 50 7 23 F
Octal 64 34 31 0 56 64 120 7 43 17
Binary 110100 11100 11001 0 101110 110100 1010000 111 100011 1111

Color Harmonies of #341C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C19

Black with #341C19

Text Example


Text Example

White with #341C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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