#823532

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

Shades of Tall Poppy #823532

Tints of Tall Poppy #823532

Color information

#823532 (or 0x823532) is unknown color: approx Tall Poppy. HEX triplet: 82, 35 and 32. RGB value is (130,53,50). Sum of RGB (Red+Green+Blue) = 130+53+50=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #823532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823532 is #7DCACD. Grayscale: #4B4B4B. Windows color (decimal): -8243918 or 3290498. OLE color: 3290498.

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

Color convert

RGB1305350-
CMYK00.590.620.49
HSL2.25º44.44%35.29%-
HSV(B)2.25º61.54%50.98%-
XYZ11.057.523.89-
YUV75.68113.51166.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.79%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=55.79%
G=22.75%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130535000.590.620.492.2544.4435.29
Hex82353203B3E3122c23
Octal2026562073766125443
Binary10000010110101110010011101111111011000110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823532; }

 p { color: rgb(130,53,50); }

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

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

 a { background-color: rgb(130,53,50); }

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

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

 span { border-color: rgb(130,53,50); }

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