Html Css Color HEX #341004 Seal Brown

📋 copy color: '#341004'

red 52 ◦ green 16 ◦ blue 4

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

Shades of Seal Brown #341004

Tints of Seal Brown #341004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.22%

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

R = 72.22%
G = 22.22%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#341004 (or 0x341004) is known color: Seal Brown. HEX triplet: 34, 10 and 04. RGB value is (52,16,4). Sum of RGB (Red+Green+Blue) = 52+16+4=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #341004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341004 is #CBEFFB. Grayscale: #191919. Windows color (decimal): -13365244 or 266292. OLE color: 266292.

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

Color convert

RGB 52 16 4 -
CMYK 0 0.69 0.92 0.80
HSL 15º 0.86% 0.11% -
HSV(B) 15º 0.92% 0.2% -
XYZ 1.62 1.11 0.24 -
YUV 25.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 52 16 4 0 0.69 0.92 0.80 15 0.86 0.11
Hex 34 10 4 0 45 5C 50 F 56 B
Octal 64 20 4 0 105 134 120 17 126 13
Binary 110100 10000 100 0 1000101 1011100 1010000 1111 1010110 1011

Color Harmonies of #341004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341004

Black with #341004

Text Example


Text Example

White with #341004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341004; }

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

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

background-color css

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

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

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

border-color css

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

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

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