Html Css Color HEX #340505 Seal Brown

📋 copy color: '#340505'

red 52 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #340505

Tints of Seal Brown #340505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 8.06%

R = 83.87%
G = 8.06%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#340505 (or 0x340505) is known color: Seal Brown. HEX triplet: 34, 05 and 05. RGB value is (52,5,5). Sum of RGB (Red+Green+Blue) = 52+5+5=62 (8% of max value = 765). Red value is 52 (20.70% from 255 or 83.87% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 52 - color contains mainly: red. Hex color #340505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340505 is #CBFAFA. Grayscale: #131313. Windows color (decimal): -13368059 or 329012. OLE color: 329012.

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

Color convert

RGB 52 5 5 -
CMYK 0 0.90 0.90 0.80
HSL 0.82% 0.11% -
HSV(B) 0.9% 0.2% -
XYZ 1.5 0.85 0.23 -
YUV 19.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 52 5 5 0 0.90 0.90 0.80 0 0.82 0.11
Hex 34 5 5 0 5A 5A 50 0 52 B
Octal 64 5 5 0 132 132 120 0 122 13
Binary 110100 101 101 0 1011010 1011010 1010000 0 1010010 1011

Color Harmonies of #340505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340505

Black with #340505

Text Example


Text Example

White with #340505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340505; }

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

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

background-color css

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

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

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

border-color css

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

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

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