Html Css Color HEX #341715 Seal Brown

📋 copy color: '#341715'

red 52 ◦ green 23 ◦ blue 21

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

Shades of Seal Brown #341715

Tints of Seal Brown #341715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21.88%

R = 54.17%
G = 23.96%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#341715 (or 0x341715) is known color: Seal Brown. HEX triplet: 34, 17 and 15. RGB value is (52,23,21). Sum of RGB (Red+Green+Blue) = 52+23+21=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #341715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341715 is #CBE8EA. Grayscale: #1F1F1F. Windows color (decimal): -13363435 or 1382196. OLE color: 1382196.

HSL color Cylindrical-coordinate representation of color #341715: hue angle of 3.87º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341715 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 23 21 -
CMYK 0 0.56 0.60 0.80
HSL 3.87º 0.42% 0.14% -
HSV(B) 3.87º 0.6% 0.2% -
XYZ 1.86 1.4 0.88 -
YUV 31.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 52 23 21 0 0.56 0.60 0.80 3.87 0.42 0.14
Hex 34 17 15 0 38 3C 50 4 2A E
Octal 64 27 25 0 70 74 120 4 52 16
Binary 110100 10111 10101 0 111000 111100 1010000 100 101010 1110

Color Harmonies of #341715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341715

Black with #341715

Text Example


Text Example

White with #341715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341715; }

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

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

background-color css

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

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

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

border-color css

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

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

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