#823C38

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

Shades of Tall Poppy #823C38

Tints of Tall Poppy #823C38

Color information

#823C38 (or 0x823C38) is unknown color: approx Tall Poppy. HEX triplet: 82, 3C and 38. RGB value is (130,60,56). Sum of RGB (Red+Green+Blue) = 130+60+56=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #823C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823C38 is #7DC3C7. Grayscale: #505050. Windows color (decimal): -8242120 or 3685506. OLE color: 3685506.

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

Color convert

RGB1306056-
CMYK00.540.570.49
HSL3.24º39.78%36.47%-
HSV(B)3.24º56.92%50.98%-
XYZ11.548.264.73-
YUV80.47114.19163.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=52.85%
G=24.39%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130605600.540.570.493.2439.7836.47
Hex823C38036393132824
Octal2027470066716135044
Binary10000010111100111000011011011100111000111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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