Html Css Color HEX #341917 Seal Brown

📋 copy color: '#341917'

red 52 ◦ green 25 ◦ blue 23

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

Shades of Seal Brown #341917

Tints of Seal Brown #341917

RGB

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

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

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

R = 52%
G = 25%
B = 23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#341917 (or 0x341917) is known color: Seal Brown. HEX triplet: 34, 19 and 17. RGB value is (52,25,23). Sum of RGB (Red+Green+Blue) = 52+25+23=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #341917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341917 is #CBE6E8. Grayscale: #202020. Windows color (decimal): -13362921 or 1513780. OLE color: 1513780.

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

Color convert

RGB 52 25 23 -
CMYK 0 0.52 0.56 0.80
HSL 4.14º 0.39% 0.15% -
HSV(B) 4.14º 0.56% 0.2% -
XYZ 1.92 1.49 1 -
YUV 32.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 52 25 23 0 0.52 0.56 0.80 4.14 0.39 0.15
Hex 34 19 17 0 34 38 50 4 27 F
Octal 64 31 27 0 64 70 120 4 47 17
Binary 110100 11001 10111 0 110100 111000 1010000 100 100111 1111

Color Harmonies of #341917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341917

Black with #341917

Text Example


Text Example

White with #341917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341917; }

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

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

background-color css

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

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

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

border-color css

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

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

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