Html Css Color HEX #340504 Seal Brown

📋 copy color: '#340504'

red 52 ◦ green 5 ◦ blue 4

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

Shades of Seal Brown #340504

Tints of Seal Brown #340504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.2%

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

R = 85.25%
G = 8.2%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#340504 (or 0x340504) is known color: Seal Brown. HEX triplet: 34, 05 and 04. RGB value is (52,5,4). Sum of RGB (Red+Green+Blue) = 52+5+4=61 (8% of max value = 765). Red value is 52 (20.70% from 255 or 85.25% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 52 - color contains mainly: red. Hex color #340504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340504 is #CBFAFB. Grayscale: #121212. Windows color (decimal): -13368060 or 263476. OLE color: 263476.

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

Color convert

RGB 52 5 4 -
CMYK 0 0.90 0.92 0.80
HSL 1.25º 0.86% 0.11% -
HSV(B) 1.25º 0.92% 0.2% -
XYZ 1.49 0.85 0.2 -
YUV 18.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 52 5 4 0 0.90 0.92 0.80 1.25 0.86 0.11
Hex 34 5 4 0 5A 5C 50 1 56 B
Octal 64 5 4 0 132 134 120 1 126 13
Binary 110100 101 100 0 1011010 1011100 1010000 1 1010110 1011

Color Harmonies of #340504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340504

Black with #340504

Text Example


Text Example

White with #340504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340504; }

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

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

background-color css

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

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

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

border-color css

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

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

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