Html Css Color HEX #341A17 Seal Brown

📋 copy color: '#341A17'

red 52 ◦ green 26 ◦ blue 23

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

Shades of Seal Brown #341A17

Tints of Seal Brown #341A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.74%

 BLUE value IS 23 (9.38% from 255) = 22.77%

R = 51.49%
G = 25.74%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#341A17 (or 0x341A17) is known color: Seal Brown. HEX triplet: 34, 1A and 17. RGB value is (52,26,23). Sum of RGB (Red+Green+Blue) = 52+26+23=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #341A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A17 is #CBE5E8. Grayscale: #212121. Windows color (decimal): -13362665 or 1514036. OLE color: 1514036.

HSL color Cylindrical-coordinate representation of color #341A17: hue angle of 6.21º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #341A17 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 26 23 -
CMYK 0 0.50 0.56 0.80
HSL 6.21º 0.39% 0.15% -
HSV(B) 6.21º 0.56% 0.2% -
XYZ 1.94 1.53 1 -
YUV 33.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 52 26 23 0 0.50 0.56 0.80 6.21 0.39 0.15
Hex 34 1A 17 0 32 38 50 6 27 F
Octal 64 32 27 0 62 70 120 6 47 17
Binary 110100 11010 10111 0 110010 111000 1010000 110 100111 1111

Color Harmonies of #341A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A17

Black with #341A17

Text Example


Text Example

White with #341A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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