Html Css Color HEX #341C1B Seal Brown

📋 copy color: '#341C1B'

red 52 ◦ green 28 ◦ blue 27

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

Shades of Seal Brown #341C1B

Tints of Seal Brown #341C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.23%

R = 48.6%
G = 26.17%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#341C1B (or 0x341C1B) is known color: Seal Brown. HEX triplet: 34, 1C and 1B. RGB value is (52,28,27). Sum of RGB (Red+Green+Blue) = 52+28+27=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #341C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C1B is #CBE3E4. Grayscale: #232323. Windows color (decimal): -13362149 or 1776692. OLE color: 1776692.

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

Color convert

RGB 52 28 27 -
CMYK 0 0.46 0.48 0.80
HSL 2.4º 0.32% 0.15% -
HSV(B) 2.4º 0.48% 0.2% -
XYZ 2.03 1.64 1.25 -
YUV 35.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 52 28 27 0 0.46 0.48 0.80 2.4 0.32 0.15
Hex 34 1C 1B 0 2E 30 50 2 20 F
Octal 64 34 33 0 56 60 120 2 40 17
Binary 110100 11100 11011 0 101110 110000 1010000 10 100000 1111

Color Harmonies of #341C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C1B

Black with #341C1B

Text Example


Text Example

White with #341C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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