Html Css Color HEX #341614 Seal Brown

📋 copy color: '#341614'

red 52 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #341614

Tints of Seal Brown #341614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.28%

R = 55.32%
G = 23.4%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#341614 (or 0x341614) is known color: Seal Brown. HEX triplet: 34, 16 and 14. RGB value is (52,22,20). Sum of RGB (Red+Green+Blue) = 52+22+20=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341614 is #CBE9EB. Grayscale: #1E1E1E. Windows color (decimal): -13363692 or 1316404. OLE color: 1316404.

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

Color convert

RGB 52 22 20 -
CMYK 0 0.58 0.62 0.80
HSL 3.75º 0.44% 0.14% -
HSV(B) 3.75º 0.62% 0.2% -
XYZ 1.83 1.35 0.83 -
YUV 30.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 52 22 20 0 0.58 0.62 0.80 3.75 0.44 0.14
Hex 34 16 14 0 3A 3E 50 4 2C E
Octal 64 26 24 0 72 76 120 4 54 16
Binary 110100 10110 10100 0 111010 111110 1010000 100 101100 1110

Color Harmonies of #341614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341614

Black with #341614

Text Example


Text Example

White with #341614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341614; }

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

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

background-color css

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

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

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

border-color css

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

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

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