#7F3534

Color #7F3534 Tall Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tall Poppy #7F3534

Tints of Tall Poppy #7F3534

Color information

#7F3534 (or 0x7F3534) is unknown color: approx Tall Poppy. HEX triplet: 7F, 35 and 34. RGB value is (127,53,52). Sum of RGB (Red+Green+Blue) = 127+53+52=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3534 is #80CACB. Grayscale: #4B4B4B. Windows color (decimal): -8440524 or 3421567. OLE color: 3421567.

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

Color convert

RGB1275352-
CMYK00.580.590.50
HSL0.8º41.9%35.1%-
HSV(B)0.8º59.06%49.8%-
XYZ10.657.314.1-
YUV75.01115.02165.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.74%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=54.74%
G=22.84%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127535200.580.590.500.841.935.1
Hex7F353403A3B3212a23
Octal1776564072736215243
Binary111111111010111010001110101110111100101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3534; }

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

 H1.HeaderClassName
 {
   color: #7F3534;
 }
 .AnyTagClassName
 {
   color: #7F3534;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #7F3534;
 }
 .BgClassName
 {
   background-color: #7F3534;
 }
</style>
border-color css

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

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

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