Html Css Color HEX #341914 Seal Brown

📋 copy color: '#341914'

red 52 ◦ green 25 ◦ blue 20

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

Shades of Seal Brown #341914

Tints of Seal Brown #341914

RGB

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

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

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

R = 53.61%
G = 25.77%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#341914 (or 0x341914) is known color: Seal Brown. HEX triplet: 34, 19 and 14. RGB value is (52,25,20). Sum of RGB (Red+Green+Blue) = 52+25+20=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341914 is #CBE6EB. Grayscale: #202020. Windows color (decimal): -13362924 or 1317172. OLE color: 1317172.

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

Color convert

RGB 52 25 20 -
CMYK 0 0.52 0.62 0.80
HSL 9.38º 0.44% 0.14% -
HSV(B) 9.38º 0.62% 0.2% -
XYZ 1.89 1.48 0.85 -
YUV 32.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 52 25 20 0 0.52 0.62 0.80 9.38 0.44 0.14
Hex 34 19 14 0 34 3E 50 9 2C E
Octal 64 31 24 0 64 76 120 11 54 16
Binary 110100 11001 10100 0 110100 111110 1010000 1001 101100 1110

Color Harmonies of #341914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341914

Black with #341914

Text Example


Text Example

White with #341914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341914; }

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

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

background-color css

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

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

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

border-color css

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

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

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