#823C3A

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

Shades of Tall Poppy #823C3A

Tints of Tall Poppy #823C3A

Color information

#823C3A (or 0x823C3A) is unknown color: approx Tall Poppy. HEX triplet: 82, 3C and 3A. RGB value is (130,60,58). Sum of RGB (Red+Green+Blue) = 130+60+58=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #823C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823C3A is #7DC3C5. Grayscale: #505050. Windows color (decimal): -8242118 or 3816578. OLE color: 3816578.

HSL color Cylindrical-coordinate representation of color #823C3A: hue angle of 1.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #823C3A is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1306058-
CMYK00.540.550.49
HSL1.67º38.3%36.86%-
HSV(B)1.67º55.38%50.98%-
XYZ11.598.284.99-
YUV80.7115.19163.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 60 (23.83% from 255) = 24.19%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=52.42%
G=24.19%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130605800.540.550.491.6738.336.86
Hex823C3A036373122625
Octal2027472066676124645
Binary10000010111100111010011011011011111000110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823C3A; }

 p { color: rgb(130,60,58); }

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

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

 a { background-color: rgb(130,60,58); }

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

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

 span { border-color: rgb(130,60,58); }

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