Html Css Color HEX #341104 Seal Brown

📋 copy color: '#341104'

red 52 ◦ green 17 ◦ blue 4

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

Shades of Seal Brown #341104

Tints of Seal Brown #341104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.48%

R = 71.23%
G = 23.29%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#341104 (or 0x341104) is known color: Seal Brown. HEX triplet: 34, 11 and 04. RGB value is (52,17,4). Sum of RGB (Red+Green+Blue) = 52+17+4=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #341104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341104 is #CBEEFB. Grayscale: #1A1A1A. Windows color (decimal): -13364988 or 266548. OLE color: 266548.

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

Color convert

RGB 52 17 4 -
CMYK 0 0.67 0.92 0.80
HSL 16.25º 0.86% 0.11% -
HSV(B) 16.25º 0.92% 0.2% -
XYZ 1.64 1.14 0.25 -
YUV 25.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 52 17 4 0 0.67 0.92 0.80 16.25 0.86 0.11
Hex 34 11 4 0 43 5C 50 10 56 B
Octal 64 21 4 0 103 134 120 20 126 13
Binary 110100 10001 100 0 1000011 1011100 1010000 10000 1010110 1011

Color Harmonies of #341104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341104

Black with #341104

Text Example


Text Example

White with #341104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341104; }

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

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

background-color css

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

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

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

border-color css

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

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

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