Html Css Color HEX #803534 Tall Poppy

📋 copy color: '#803534'

red 128 ◦ green 53 ◦ blue 52

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

Shades of Tall Poppy #803534

Tints of Tall Poppy #803534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.75%

 BLUE value IS 52 (20.7% from 255) = 22.32%

R = 54.94%
G = 22.75%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#803534 (or 0x803534) is known color: Tall Poppy. HEX triplet: 80, 35 and 34. RGB value is (128,53,52). Sum of RGB (Red+Green+Blue) = 128+53+52=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #803534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803534 is #7FCACB. Grayscale: #4B4B4B. Windows color (decimal): -8374988 or 3421568. OLE color: 3421568.

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

Color convert

RGB 128 53 52 -
CMYK 0 0.59 0.59 0.50
HSL 0.79º 0.42% 0.35% -
HSV(B) 0.79º 0.59% 0.5% -
XYZ 10.8 7.38 4.1 -
YUV 75.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 128 53 52 0 0.59 0.59 0.50 0.79 0.42 0.35
Hex 80 35 34 0 3B 3B 32 1 2A 23
Octal 200 65 64 0 73 73 62 1 52 43
Binary 10000000 110101 110100 0 111011 111011 110010 1 101010 100011

Color Harmonies of #803534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803534

Black with #803534

Text Example


Text Example

White with #803534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803534; }

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

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

background-color css

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

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

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

border-color css

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

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

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