Html Css Color HEX #341204 Seal Brown

📋 copy color: '#341204'

red 52 ◦ green 18 ◦ blue 4

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

Shades of Seal Brown #341204

Tints of Seal Brown #341204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.32%

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

R = 70.27%
G = 24.32%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#341204 (or 0x341204) is known color: Seal Brown. HEX triplet: 34, 12 and 04. RGB value is (52,18,4). Sum of RGB (Red+Green+Blue) = 52+18+4=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #341204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341204 is #CBEDFB. Grayscale: #1A1A1A. Windows color (decimal): -13364732 or 266804. OLE color: 266804.

HSL color Cylindrical-coordinate representation of color #341204: hue angle of 17.5º 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 #341204 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 18 4 -
CMYK 0 0.65 0.92 0.80
HSL 17.5º 0.86% 0.11% -
HSV(B) 17.5º 0.92% 0.2% -
XYZ 1.65 1.17 0.25 -
YUV 26.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 52 18 4 0 0.65 0.92 0.80 17.5 0.86 0.11
Hex 34 12 4 0 41 5C 50 12 56 B
Octal 64 22 4 0 101 134 120 22 126 13
Binary 110100 10010 100 0 1000001 1011100 1010000 10010 1010110 1011

Color Harmonies of #341204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341204

Black with #341204

Text Example


Text Example

White with #341204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341204; }

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

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

background-color css

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

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

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

border-color css

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

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

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