Html Css Color HEX #341E1B Seal Brown

📋 copy color: '#341E1B'

red 52 ◦ green 30 ◦ blue 27

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

Shades of Seal Brown #341E1B

Tints of Seal Brown #341E1B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 27.52%

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

R = 47.71%
G = 27.52%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#341E1B (or 0x341E1B) is known color: Seal Brown. HEX triplet: 34, 1E and 1B. RGB value is (52,30,27). Sum of RGB (Red+Green+Blue) = 52+30+27=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #341E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E1B is #CBE1E4. Grayscale: #242424. Windows color (decimal): -13361637 or 1777204. OLE color: 1777204.

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

Color convert

RGB 52 30 27 -
CMYK 0 0.42 0.48 0.80
HSL 7.2º 0.32% 0.15% -
HSV(B) 7.2º 0.48% 0.2% -
XYZ 2.08 1.74 1.26 -
YUV 36.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 52 30 27 0 0.42 0.48 0.80 7.2 0.32 0.15
Hex 34 1E 1B 0 2A 30 50 7 20 F
Octal 64 36 33 0 52 60 120 7 40 17
Binary 110100 11110 11011 0 101010 110000 1010000 111 100000 1111

Color Harmonies of #341E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E1B

Black with #341E1B

Text Example


Text Example

White with #341E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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