Html Css Color HEX #341611 Seal Brown

📋 copy color: '#341611'

red 52 ◦ green 22 ◦ blue 17

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

Shades of Seal Brown #341611

Tints of Seal Brown #341611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.18%

 BLUE value IS 17 (7.03% from 255) = 18.68%

R = 57.14%
G = 24.18%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#341611 (or 0x341611) is known color: Seal Brown. HEX triplet: 34, 16 and 11. RGB value is (52,22,17). Sum of RGB (Red+Green+Blue) = 52+22+17=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #341611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341611 is #CBE9EE. Grayscale: #1E1E1E. Windows color (decimal): -13363695 or 1119796. OLE color: 1119796.

HSL color Cylindrical-coordinate representation of color #341611: hue angle of 8.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341611 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 22 17 -
CMYK 0 0.58 0.67 0.80
HSL 8.57º 0.51% 0.14% -
HSV(B) 8.57º 0.67% 0.2% -
XYZ 1.8 1.34 0.69 -
YUV 30.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 52 22 17 0 0.58 0.67 0.80 8.57 0.51 0.14
Hex 34 16 11 0 3A 43 50 9 33 E
Octal 64 26 21 0 72 103 120 11 63 16
Binary 110100 10110 10001 0 111010 1000011 1010000 1001 110011 1110

Color Harmonies of #341611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341611

Black with #341611

Text Example


Text Example

White with #341611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341611; }

 p { color: rgb(52,22,17); }

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

background-color css

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

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

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

border-color css

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

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

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