Html Css Color HEX #803734 Tall Poppy

📋 copy color: '#803734'

red 128 ◦ green 55 ◦ blue 52

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

Shades of Tall Poppy #803734

Tints of Tall Poppy #803734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

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

R = 54.47%
G = 23.4%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#803734 (or 0x803734) is known color: Tall Poppy. HEX triplet: 80, 37 and 34. RGB value is (128,55,52). Sum of RGB (Red+Green+Blue) = 128+55+52=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #803734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803734 is #7FC8CB. Grayscale: #4C4C4C. Windows color (decimal): -8374476 or 3422080. OLE color: 3422080.

HSL color Cylindrical-coordinate representation of color #803734: hue angle of 2.37º 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 #803734 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 52 -
CMYK 0 0.57 0.59 0.50
HSL 2.37º 0.42% 0.35% -
HSV(B) 2.37º 0.59% 0.5% -
XYZ 10.89 7.57 4.14 -
YUV 76.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 128 55 52 0 0.57 0.59 0.50 2.37 0.42 0.35
Hex 80 37 34 0 39 3B 32 2 2A 23
Octal 200 67 64 0 71 73 62 2 52 43
Binary 10000000 110111 110100 0 111001 111011 110010 10 101010 100011

Color Harmonies of #803734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803734

Black with #803734

Text Example


Text Example

White with #803734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803734; }

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

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

background-color css

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

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

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

border-color css

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

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

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