Html Css Color HEX #341C1C Seal Brown

📋 copy color: '#341C1C'

red 52 ◦ green 28 ◦ blue 28

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

Shades of Seal Brown #341C1C

Tints of Seal Brown #341C1C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.93%

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 48.15%
G = 25.93%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#341C1C (or 0x341C1C) is known color: Seal Brown. HEX triplet: 34, 1C and 1C. RGB value is (52,28,28). Sum of RGB (Red+Green+Blue) = 52+28+28=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #341C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C1C is #CBE3E3. Grayscale: #232323. Windows color (decimal): -13362148 or 1842228. OLE color: 1842228.

HSL color Cylindrical-coordinate representation of color #341C1C: hue angle of 0º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341C1C is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 28 28 -
CMYK 0 0.46 0.46 0.80
HSL 0.3% 0.16% -
HSV(B) 0.46% 0.2% -
XYZ 2.04 1.64 1.31 -
YUV 35.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 52 28 28 0 0.46 0.46 0.80 0 0.3 0.16
Hex 34 1C 1C 0 2E 2E 50 0 1E 10
Octal 64 34 34 0 56 56 120 0 36 20
Binary 110100 11100 11100 0 101110 101110 1010000 0 11110 10000

Color Harmonies of #341C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C1C

Black with #341C1C

Text Example


Text Example

White with #341C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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