Html Css Color HEX #341212 Seal Brown

📋 copy color: '#341212'

red 52 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #341212

Tints of Seal Brown #341212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

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

R = 59.09%
G = 20.45%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#341212 (or 0x341212) is known color: Seal Brown. HEX triplet: 34, 12 and 12. RGB value is (52,18,18). Sum of RGB (Red+Green+Blue) = 52+18+18=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #341212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341212 is #CBEDED. Grayscale: #1C1C1C. Windows color (decimal): -13364718 or 1184308. OLE color: 1184308.

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

Color convert

RGB 52 18 18 -
CMYK 0 0.65 0.65 0.80
HSL 0.49% 0.14% -
HSV(B) 0.65% 0.2% -
XYZ 1.74 1.21 0.71 -
YUV 28.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 52 18 18 0 0.65 0.65 0.80 0 0.49 0.14
Hex 34 12 12 0 41 41 50 0 31 E
Octal 64 22 22 0 101 101 120 0 61 16
Binary 110100 10010 10010 0 1000001 1000001 1010000 0 110001 1110

Color Harmonies of #341212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341212

Black with #341212

Text Example


Text Example

White with #341212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341212; }

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

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

background-color css

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

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

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

border-color css

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

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

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