Html Css Color HEX #341815 Seal Brown

📋 copy color: '#341815'

red 52 ◦ green 24 ◦ blue 21

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

Shades of Seal Brown #341815

Tints of Seal Brown #341815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 53.61%
G = 24.74%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#341815 (or 0x341815) is known color: Seal Brown. HEX triplet: 34, 18 and 15. RGB value is (52,24,21). Sum of RGB (Red+Green+Blue) = 52+24+21=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341815 is #CBE7EA. Grayscale: #202020. Windows color (decimal): -13363179 or 1382452. OLE color: 1382452.

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

Color convert

RGB 52 24 21 -
CMYK 0 0.54 0.60 0.80
HSL 5.81º 0.42% 0.14% -
HSV(B) 5.81º 0.6% 0.2% -
XYZ 1.88 1.44 0.89 -
YUV 32.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 52 24 21 0 0.54 0.60 0.80 5.81 0.42 0.14
Hex 34 18 15 0 36 3C 50 6 2A E
Octal 64 30 25 0 66 74 120 6 52 16
Binary 110100 11000 10101 0 110110 111100 1010000 110 101010 1110

Color Harmonies of #341815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341815

Black with #341815

Text Example


Text Example

White with #341815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341815; }

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

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

background-color css

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

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

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

border-color css

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

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

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