Html Css Color HEX #340301 Seal Brown

📋 copy color: '#340301'

red 52 ◦ green 3 ◦ blue 1

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

Shades of Seal Brown #340301

Tints of Seal Brown #340301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.36%

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

R = 92.86%
G = 5.36%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#340301 (or 0x340301) is known color: Seal Brown. HEX triplet: 34, 03 and 01. RGB value is (52,3,1). Sum of RGB (Red+Green+Blue) = 52+3+1=56 (7% of max value = 765). Red value is 52 (20.70% from 255 or 92.86% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 52 - color contains mainly: red. Hex color #340301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340301 is #CBFCFE. Grayscale: #111111. Windows color (decimal): -13368575 or 66356. OLE color: 66356.

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

Color convert

RGB 52 3 1 -
CMYK 0 0.94 0.98 0.80
HSL 2.35º 0.96% 0.1% -
HSV(B) 2.35º 0.98% 0.2% -
XYZ 1.45 0.8 0.11 -
YUV 17.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 52 3 1 0 0.94 0.98 0.80 2.35 0.96 0.1
Hex 34 3 1 0 5E 62 50 2 60 A
Octal 64 3 1 0 136 142 120 2 140 12
Binary 110100 11 1 0 1011110 1100010 1010000 10 1100000 1010

Color Harmonies of #340301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340301

Black with #340301

Text Example


Text Example

White with #340301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340301; }

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

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

background-color css

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

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

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

border-color css

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

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

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