Html Css Color HEX #341A16 Seal Brown

📋 copy color: '#341A16'

red 52 ◦ green 26 ◦ blue 22

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

Shades of Seal Brown #341A16

Tints of Seal Brown #341A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22%

R = 52%
G = 26%
B = 22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#341A16 (or 0x341A16) is known color: Seal Brown. HEX triplet: 34, 1A and 16. RGB value is (52,26,22). Sum of RGB (Red+Green+Blue) = 52+26+22=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #341A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A16 is #CBE5E9. Grayscale: #212121. Windows color (decimal): -13362666 or 1448500. OLE color: 1448500.

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

Color convert

RGB 52 26 22 -
CMYK 0 0.50 0.58 0.80
HSL 0.41% 0.15% -
HSV(B) 0.58% 0.2% -
XYZ 1.93 1.53 0.95 -
YUV 33.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 52 26 22 0 0.50 0.58 0.80 8 0.41 0.15
Hex 34 1A 16 0 32 3A 50 8 29 F
Octal 64 32 26 0 62 72 120 10 51 17
Binary 110100 11010 10110 0 110010 111010 1010000 1000 101001 1111

Color Harmonies of #341A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A16

Black with #341A16

Text Example


Text Example

White with #341A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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