Html Css Color HEX #341514 Seal Brown

📋 copy color: '#341514'

red 52 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #341514

Tints of Seal Brown #341514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 55.91%
G = 22.58%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#341514 (or 0x341514) is known color: Seal Brown. HEX triplet: 34, 15 and 14. RGB value is (52,21,20). Sum of RGB (Red+Green+Blue) = 52+21+20=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #341514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341514 is #CBEAEB. Grayscale: #1E1E1E. Windows color (decimal): -13363948 or 1316148. OLE color: 1316148.

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

Color convert

RGB 52 21 20 -
CMYK 0 0.60 0.62 0.80
HSL 1.88º 0.44% 0.14% -
HSV(B) 1.88º 0.62% 0.2% -
XYZ 1.81 1.32 0.82 -
YUV 30.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 52 21 20 0 0.60 0.62 0.80 1.88 0.44 0.14
Hex 34 15 14 0 3C 3E 50 2 2C E
Octal 64 25 24 0 74 76 120 2 54 16
Binary 110100 10101 10100 0 111100 111110 1010000 10 101100 1110

Color Harmonies of #341514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341514

Black with #341514

Text Example


Text Example

White with #341514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341514; }

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

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

background-color css

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

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

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

border-color css

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

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

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