Html Css Color HEX #341312 Seal Brown

📋 copy color: '#341312'

red 52 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #341312

Tints of Seal Brown #341312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

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

R = 58.43%
G = 21.35%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#341312 (or 0x341312) is known color: Seal Brown. HEX triplet: 34, 13 and 12. RGB value is (52,19,18). Sum of RGB (Red+Green+Blue) = 52+19+18=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #341312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341312 is #CBECED. Grayscale: #1C1C1C. Windows color (decimal): -13364462 or 1184564. OLE color: 1184564.

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

Color convert

RGB 52 19 18 -
CMYK 0 0.63 0.65 0.80
HSL 1.76º 0.49% 0.14% -
HSV(B) 1.76º 0.65% 0.2% -
XYZ 1.76 1.24 0.72 -
YUV 28.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 52 19 18 0 0.63 0.65 0.80 1.76 0.49 0.14
Hex 34 13 12 0 3F 41 50 2 31 E
Octal 64 23 22 0 77 101 120 2 61 16
Binary 110100 10011 10010 0 111111 1000001 1010000 10 110001 1110

Color Harmonies of #341312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341312

Black with #341312

Text Example


Text Example

White with #341312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341312; }

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

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

background-color css

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

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

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

border-color css

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

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

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