Html Css Color HEX #340501 Seal Brown

📋 copy color: '#340501'

red 52 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #340501

Tints of Seal Brown #340501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.72%

R = 89.66%
G = 8.62%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#340501 (or 0x340501) is known color: Seal Brown. HEX triplet: 34, 05 and 01. RGB value is (52,5,1). Sum of RGB (Red+Green+Blue) = 52+5+1=58 (7% of max value = 765). Red value is 52 (20.70% from 255 or 89.66% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 52 - color contains mainly: red. Hex color #340501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340501 is #CBFAFE. Grayscale: #121212. Windows color (decimal): -13368063 or 66868. OLE color: 66868.

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

Color convert

RGB 52 5 1 -
CMYK 0 0.90 0.98 0.80
HSL 4.71º 0.96% 0.1% -
HSV(B) 4.71º 0.98% 0.2% -
XYZ 1.48 0.84 0.11 -
YUV 18.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 52 5 1 0 0.90 0.98 0.80 4.71 0.96 0.1
Hex 34 5 1 0 5A 62 50 5 60 A
Octal 64 5 1 0 132 142 120 5 140 12
Binary 110100 101 1 0 1011010 1100010 1010000 101 1100000 1010

Color Harmonies of #340501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340501

Black with #340501

Text Example


Text Example

White with #340501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340501; }

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

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

background-color css

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

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

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

border-color css

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

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

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