Html Css Color HEX #340901 Seal Brown

📋 copy color: '#340901'

red 52 ◦ green 9 ◦ blue 1

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

Shades of Seal Brown #340901

Tints of Seal Brown #340901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.52%

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

R = 83.87%
G = 14.52%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#340901 (or 0x340901) is known color: Seal Brown. HEX triplet: 34, 09 and 01. RGB value is (52,9,1). Sum of RGB (Red+Green+Blue) = 52+9+1=62 (8% of max value = 765). Red value is 52 (20.70% from 255 or 83.87% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 52 - color contains mainly: red. Hex color #340901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340901 is #CBF6FE. Grayscale: #151515. Windows color (decimal): -13367039 or 67892. OLE color: 67892.

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

Color convert

RGB 52 9 1 -
CMYK 0 0.83 0.98 0.80
HSL 9.41º 0.96% 0.1% -
HSV(B) 9.41º 0.98% 0.2% -
XYZ 1.52 0.93 0.13 -
YUV 20.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 52 9 1 0 0.83 0.98 0.80 9.41 0.96 0.1
Hex 34 9 1 0 53 62 50 9 60 A
Octal 64 11 1 0 123 142 120 11 140 12
Binary 110100 1001 1 0 1010011 1100010 1010000 1001 1100000 1010

Color Harmonies of #340901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340901

Black with #340901

Text Example


Text Example

White with #340901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340901; }

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

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

background-color css

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

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

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

border-color css

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

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

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