Html Css Color HEX #341716 Seal Brown

📋 copy color: '#341716'

red 52 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #341716

Tints of Seal Brown #341716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.71%

 BLUE value IS 22 (8.98% from 255) = 22.68%

R = 53.61%
G = 23.71%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#341716 (or 0x341716) is known color: Seal Brown. HEX triplet: 34, 17 and 16. RGB value is (52,23,22). Sum of RGB (Red+Green+Blue) = 52+23+22=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341716 is #CBE8E9. Grayscale: #1F1F1F. Windows color (decimal): -13363434 or 1447732. OLE color: 1447732.

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

Color convert

RGB 52 23 22 -
CMYK 0 0.56 0.58 0.80
HSL 0.41% 0.15% -
HSV(B) 0.58% 0.2% -
XYZ 1.87 1.4 0.93 -
YUV 31.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 52 23 22 0 0.56 0.58 0.80 2 0.41 0.15
Hex 34 17 16 0 38 3A 50 2 29 F
Octal 64 27 26 0 70 72 120 2 51 17
Binary 110100 10111 10110 0 111000 111010 1010000 10 101001 1111

Color Harmonies of #341716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341716

Black with #341716

Text Example


Text Example

White with #341716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341716; }

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

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

background-color css

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

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

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

border-color css

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

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

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