#823732

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

Shades of Tall Poppy #823732

Tints of Tall Poppy #823732

Color information

#823732 (or 0x823732) is unknown color: approx Tall Poppy. HEX triplet: 82, 37 and 32. RGB value is (130,55,50). Sum of RGB (Red+Green+Blue) = 130+55+50=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #823732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823732 is #7DC8CD. Grayscale: #4C4C4C. Windows color (decimal): -8243406 or 3291010. OLE color: 3291010.

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

Color convert

RGB1305550-
CMYK00.580.620.49
HSL3.75º44.44%35.29%-
HSV(B)3.75º61.54%50.98%-
XYZ11.157.713.92-
YUV76.86112.85165.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=55.32%
G=23.40%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130555000.580.620.493.7544.4435.29
Hex82373203A3E3142c23
Octal2026762072766145443
Binary100000101101111100100111010111110110001100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823732; }

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

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

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

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

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

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

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

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