Html Css Color HEX #340701 Seal Brown

📋 copy color: '#340701'

red 52 ◦ green 7 ◦ blue 1

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

Shades of Seal Brown #340701

Tints of Seal Brown #340701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.67%

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

R = 86.67%
G = 11.67%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#340701 (or 0x340701) is known color: Seal Brown. HEX triplet: 34, 07 and 01. RGB value is (52,7,1). Sum of RGB (Red+Green+Blue) = 52+7+1=60 (7% of max value = 765). Red value is 52 (20.70% from 255 or 86.67% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 52 - color contains mainly: red. Hex color #340701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340701 is #CBF8FE. Grayscale: #131313. Windows color (decimal): -13367551 or 67380. OLE color: 67380.

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

Color convert

RGB 52 7 1 -
CMYK 0 0.87 0.98 0.80
HSL 7.06º 0.96% 0.1% -
HSV(B) 7.06º 0.98% 0.2% -
XYZ 1.5 0.88 0.12 -
YUV 19.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 52 7 1 0 0.87 0.98 0.80 7.06 0.96 0.1
Hex 34 7 1 0 57 62 50 7 60 A
Octal 64 7 1 0 127 142 120 7 140 12
Binary 110100 111 1 0 1010111 1100010 1010000 111 1100000 1010

Color Harmonies of #340701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340701

Black with #340701

Text Example


Text Example

White with #340701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340701; }

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

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

background-color css

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

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

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

border-color css

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

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

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