Html Css Color HEX #341D1B Seal Brown

📋 copy color: '#341D1B'

red 52 ◦ green 29 ◦ blue 27

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

Shades of Seal Brown #341D1B

Tints of Seal Brown #341D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.85%

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

R = 48.15%
G = 26.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#341D1B (or 0x341D1B) is known color: Seal Brown. HEX triplet: 34, 1D and 1B. RGB value is (52,29,27). Sum of RGB (Red+Green+Blue) = 52+29+27=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #341D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D1B is #CBE2E4. Grayscale: #232323. Windows color (decimal): -13361893 or 1776948. OLE color: 1776948.

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

Color convert

RGB 52 29 27 -
CMYK 0 0.44 0.48 0.80
HSL 4.8º 0.32% 0.15% -
HSV(B) 4.8º 0.48% 0.2% -
XYZ 2.05 1.69 1.25 -
YUV 35.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 52 29 27 0 0.44 0.48 0.80 4.8 0.32 0.15
Hex 34 1D 1B 0 2C 30 50 5 20 F
Octal 64 35 33 0 54 60 120 5 40 17
Binary 110100 11101 11011 0 101100 110000 1010000 101 100000 1111

Color Harmonies of #341D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D1B

Black with #341D1B

Text Example


Text Example

White with #341D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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