Html Css Color HEX #341713 Seal Brown

📋 copy color: '#341713'

red 52 ◦ green 23 ◦ blue 19

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

Shades of Seal Brown #341713

Tints of Seal Brown #341713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

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

R = 55.32%
G = 24.47%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#341713 (or 0x341713) is known color: Seal Brown. HEX triplet: 34, 17 and 13. RGB value is (52,23,19). Sum of RGB (Red+Green+Blue) = 52+23+19=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341713 is #CBE8EC. Grayscale: #1F1F1F. Windows color (decimal): -13363437 or 1251124. OLE color: 1251124.

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

Color convert

RGB 52 23 19 -
CMYK 0 0.56 0.63 0.80
HSL 7.27º 0.46% 0.14% -
HSV(B) 7.27º 0.63% 0.2% -
XYZ 1.84 1.39 0.79 -
YUV 31.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 52 23 19 0 0.56 0.63 0.80 7.27 0.46 0.14
Hex 34 17 13 0 38 3F 50 7 2E E
Octal 64 27 23 0 70 77 120 7 56 16
Binary 110100 10111 10011 0 111000 111111 1010000 111 101110 1110

Color Harmonies of #341713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341713

Black with #341713

Text Example


Text Example

White with #341713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341713; }

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

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

background-color css

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

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

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

border-color css

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

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

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