Html Css Color HEX #341110 Seal Brown

📋 copy color: '#341110'

red 52 ◦ green 17 ◦ blue 16

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

Shades of Seal Brown #341110

Tints of Seal Brown #341110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20%

 BLUE value IS 16 (6.64% from 255) = 18.82%

R = 61.18%
G = 20%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.80

RGB Variations

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

Color information

#341110 (or 0x341110) is known color: Seal Brown. HEX triplet: 34, 11 and 10. RGB value is (52,17,16). Sum of RGB (Red+Green+Blue) = 52+17+16=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #341110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341110 is #CBEEEF. Grayscale: #1B1B1B. Windows color (decimal): -13364976 or 1052980. OLE color: 1052980.

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

Color convert

RGB 52 17 16 -
CMYK 0 0.67 0.69 0.80
HSL 1.67º 0.53% 0.13% -
HSV(B) 1.67º 0.69% 0.2% -
XYZ 1.71 1.17 0.63 -
YUV 27.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 52 17 16 0 0.67 0.69 0.80 1.67 0.53 0.13
Hex 34 11 10 0 43 45 50 2 35 D
Octal 64 21 20 0 103 105 120 2 65 15
Binary 110100 10001 10000 0 1000011 1000101 1010000 10 110101 1101

Color Harmonies of #341110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341110

Black with #341110

Text Example


Text Example

White with #341110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341110; }

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

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

background-color css

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

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

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

border-color css

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

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

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