Html Css Color HEX #341F1E Seal Brown

📋 copy color: '#341F1E'

red 52 ◦ green 31 ◦ blue 30

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

Shades of Seal Brown #341F1E

Tints of Seal Brown #341F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.43%

 BLUE value IS 30 (12.11% from 255) = 26.55%

R = 46.02%
G = 27.43%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#341F1E (or 0x341F1E) is known color: Seal Brown. HEX triplet: 34, 1F and 1E. RGB value is (52,31,30). Sum of RGB (Red+Green+Blue) = 52+31+30=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #341F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F1E is #CBE0E1. Grayscale: #252525. Windows color (decimal): -13361378 or 1974068. OLE color: 1974068.

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

Color convert

RGB 52 31 30 -
CMYK 0 0.40 0.42 0.80
HSL 2.73º 0.27% 0.16% -
HSV(B) 2.73º 0.42% 0.2% -
XYZ 2.14 1.8 1.46 -
YUV 37.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 52 31 30 0 0.40 0.42 0.80 2.73 0.27 0.16
Hex 34 1F 1E 0 28 2A 50 3 1B 10
Octal 64 37 36 0 50 52 120 3 33 20
Binary 110100 11111 11110 0 101000 101010 1010000 11 11011 10000

Color Harmonies of #341F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F1E

Black with #341F1E

Text Example


Text Example

White with #341F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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