Html Css Color HEX #341412 Seal Brown

📋 copy color: '#341412'

red 52 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #341412

Tints of Seal Brown #341412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.22%

 BLUE value IS 18 (7.42% from 255) = 20%

R = 57.78%
G = 22.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#341412 (or 0x341412) is known color: Seal Brown. HEX triplet: 34, 14 and 12. RGB value is (52,20,18). Sum of RGB (Red+Green+Blue) = 52+20+18=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #341412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341412 is #CBEBED. Grayscale: #1D1D1D. Windows color (decimal): -13364206 or 1184820. OLE color: 1184820.

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

Color convert

RGB 52 20 18 -
CMYK 0 0.62 0.65 0.80
HSL 3.53º 0.49% 0.14% -
HSV(B) 3.53º 0.65% 0.2% -
XYZ 1.78 1.27 0.72 -
YUV 29.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 52 20 18 0 0.62 0.65 0.80 3.53 0.49 0.14
Hex 34 14 12 0 3E 41 50 4 31 E
Octal 64 24 22 0 76 101 120 4 61 16
Binary 110100 10100 10010 0 111110 1000001 1010000 100 110001 1110

Color Harmonies of #341412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341412

Black with #341412

Text Example


Text Example

White with #341412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341412; }

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

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

background-color css

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

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

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

border-color css

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

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

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