Html Css Color HEX #341916 Seal Brown

📋 copy color: '#341916'

red 52 ◦ green 25 ◦ blue 22

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

Shades of Seal Brown #341916

Tints of Seal Brown #341916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

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

R = 52.53%
G = 25.25%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#341916 (or 0x341916) is known color: Seal Brown. HEX triplet: 34, 19 and 16. RGB value is (52,25,22). Sum of RGB (Red+Green+Blue) = 52+25+22=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #341916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341916 is #CBE6E9. Grayscale: #202020. Windows color (decimal): -13362922 or 1448244. OLE color: 1448244.

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

Color convert

RGB 52 25 22 -
CMYK 0 0.52 0.58 0.80
HSL 0.41% 0.15% -
HSV(B) 0.58% 0.2% -
XYZ 1.91 1.48 0.94 -
YUV 32.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 52 25 22 0 0.52 0.58 0.80 6 0.41 0.15
Hex 34 19 16 0 34 3A 50 6 29 F
Octal 64 31 26 0 64 72 120 6 51 17
Binary 110100 11001 10110 0 110100 111010 1010000 110 101001 1111

Color Harmonies of #341916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341916

Black with #341916

Text Example


Text Example

White with #341916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341916; }

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

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

background-color css

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

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

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

border-color css

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

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

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