Html Css Color HEX #341913 Seal Brown

📋 copy color: '#341913'

red 52 ◦ green 25 ◦ blue 19

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

Shades of Seal Brown #341913

Tints of Seal Brown #341913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.79%

R = 54.17%
G = 26.04%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#341913 (or 0x341913) is known color: Seal Brown. HEX triplet: 34, 19 and 13. RGB value is (52,25,19). Sum of RGB (Red+Green+Blue) = 52+25+19=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #341913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341913 is #CBE6EC. Grayscale: #202020. Windows color (decimal): -13362925 or 1251636. OLE color: 1251636.

HSL color Cylindrical-coordinate representation of color #341913: hue angle of 10.91º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341913 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 25 19 -
CMYK 0 0.52 0.63 0.80
HSL 10.91º 0.46% 0.14% -
HSV(B) 10.91º 0.63% 0.2% -
XYZ 1.88 1.47 0.8 -
YUV 32.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 52 25 19 0 0.52 0.63 0.80 10.91 0.46 0.14
Hex 34 19 13 0 34 3F 50 B 2E E
Octal 64 31 23 0 64 77 120 13 56 16
Binary 110100 11001 10011 0 110100 111111 1010000 1011 101110 1110

Color Harmonies of #341913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341913

Black with #341913

Text Example


Text Example

White with #341913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341913; }

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

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

background-color css

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

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

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

border-color css

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

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

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