Html Css Color HEX #341413 Seal Brown

📋 copy color: '#341413'

red 52 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #341413

Tints of Seal Brown #341413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.98%

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

R = 57.14%
G = 21.98%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#341413 (or 0x341413) is known color: Seal Brown. HEX triplet: 34, 14 and 13. RGB value is (52,20,19). Sum of RGB (Red+Green+Blue) = 52+20+19=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #341413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341413 is #CBEBEC. Grayscale: #1D1D1D. Windows color (decimal): -13364205 or 1250356. OLE color: 1250356.

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

Color convert

RGB 52 20 19 -
CMYK 0 0.62 0.63 0.80
HSL 1.82º 0.46% 0.14% -
HSV(B) 1.82º 0.63% 0.2% -
XYZ 1.78 1.28 0.77 -
YUV 29.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 52 20 19 0 0.62 0.63 0.80 1.82 0.46 0.14
Hex 34 14 13 0 3E 3F 50 2 2E E
Octal 64 24 23 0 76 77 120 2 56 16
Binary 110100 10100 10011 0 111110 111111 1010000 10 101110 1110

Color Harmonies of #341413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341413

Black with #341413

Text Example


Text Example

White with #341413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341413; }

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

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

background-color css

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

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

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

border-color css

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

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

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