Html Css Color HEX #340900 Seal Brown

📋 copy color: '#340900'

red 52 ◦ green 9 ◦ blue 0

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

Shades of Seal Brown #340900

Tints of Seal Brown #340900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.25%
G = 14.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#340900 (or 0x340900) is known color: Seal Brown. HEX triplet: 34, 09 and 00. RGB value is (52,9,0). Sum of RGB (Red+Green+Blue) = 52+9+0=61 (8% of max value = 765). Red value is 52 (20.70% from 255 or 85.25% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 52 - color contains mainly: red. Hex color #340900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340900 is #CBF6FF. Grayscale: #141414. Windows color (decimal): -13367040 or 2356. OLE color: 2356.

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

Color convert

RGB 52 9 0 -
CMYK 0 0.83 1 0.80
HSL 10.38º 1% 0.1% -
HSV(B) 10.38º 1% 0.2% -
XYZ 1.51 0.93 0.1 -
YUV 20.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 52 9 0 0 0.83 1 0.80 10.38 1 0.1
Hex 34 9 0 0 53 64 50 A 64 A
Octal 64 11 0 0 123 144 120 12 144 12
Binary 110100 1001 0 0 1010011 1100100 1010000 1010 1100100 1010

Color Harmonies of #340900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340900

Black with #340900

Text Example


Text Example

White with #340900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340900; }

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

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

background-color css

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

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

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

border-color css

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

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

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