Html Css Color HEX #341513 Seal Brown

📋 copy color: '#341513'

red 52 ◦ green 21 ◦ blue 19

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

Shades of Seal Brown #341513

Tints of Seal Brown #341513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

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

R = 56.52%
G = 22.83%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#341513 (or 0x341513) is known color: Seal Brown. HEX triplet: 34, 15 and 13. RGB value is (52,21,19). Sum of RGB (Red+Green+Blue) = 52+21+19=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #341513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341513 is #CBEAEC. Grayscale: #1E1E1E. Windows color (decimal): -13363949 or 1250612. OLE color: 1250612.

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

Color convert

RGB 52 21 19 -
CMYK 0 0.60 0.63 0.80
HSL 3.64º 0.46% 0.14% -
HSV(B) 3.64º 0.63% 0.2% -
XYZ 1.8 1.31 0.77 -
YUV 30.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 52 21 19 0 0.60 0.63 0.80 3.64 0.46 0.14
Hex 34 15 13 0 3C 3F 50 4 2E E
Octal 64 25 23 0 74 77 120 4 56 16
Binary 110100 10101 10011 0 111100 111111 1010000 100 101110 1110

Color Harmonies of #341513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341513

Black with #341513

Text Example


Text Example

White with #341513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341513; }

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

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

background-color css

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

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

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

border-color css

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

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

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