Html Css Color HEX #803432 Tall Poppy

📋 copy color: '#803432'

red 128 ◦ green 52 ◦ blue 50

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

Shades of Tall Poppy #803432

Tints of Tall Poppy #803432

RGB

 RED value IS 128 (50.39% from 255) = 55.65%

 GREEN value IS 52 (20.7% from 255) = 22.61%

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 55.65%
G = 22.61%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#803432 (or 0x803432) is known color: Tall Poppy. HEX triplet: 80, 34 and 32. RGB value is (128,52,50). Sum of RGB (Red+Green+Blue) = 128+52+50=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #803432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803432 is #7FCBCD. Grayscale: #4A4A4A. Windows color (decimal): -8375246 or 3290240. OLE color: 3290240.

HSL color Cylindrical-coordinate representation of color #803432: hue angle of 1.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803432 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 52 50 -
CMYK 0 0.59 0.61 0.50
HSL 1.54º 0.44% 0.35% -
HSV(B) 1.54º 0.61% 0.5% -
XYZ 10.71 7.28 3.86 -
YUV 74.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 128 52 50 0 0.59 0.61 0.50 1.54 0.44 0.35
Hex 80 34 32 0 3B 3D 32 2 2C 23
Octal 200 64 62 0 73 75 62 2 54 43
Binary 10000000 110100 110010 0 111011 111101 110010 10 101100 100011

Color Harmonies of #803432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803432

Black with #803432

Text Example


Text Example

White with #803432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803432; }

 p { color: rgb(128,52,50); }

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

background-color css

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

 a { background-color: rgb(128,52,50); }

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

border-color css

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

 span { border-color: rgb(128,52,50); }

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