#823D3B

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

Shades of Tall Poppy #823D3B

Tints of Tall Poppy #823D3B

Color information

#823D3B (or 0x823D3B) is unknown color: approx Tall Poppy. HEX triplet: 82, 3D and 3B. RGB value is (130,61,59). Sum of RGB (Red+Green+Blue) = 130+61+59=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #823D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823D3B is #7DC2C4. Grayscale: #515151. Windows color (decimal): -8241861 or 3882370. OLE color: 3882370.

HSL color Cylindrical-coordinate representation of color #823D3B: hue angle of 1.69º 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 #823D3B is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1306159-
CMYK00.530.550.49
HSL1.69º37.57%37.06%-
HSV(B)1.69º54.62%50.98%-
XYZ11.668.45.14-
YUV81.4115.36162.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 61 (24.22% from 255) = 24.4%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=52%
G=24.4%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130615900.530.550.491.6937.5737.06
Hex823D3B035373122625
Octal2027573065676124645
Binary10000010111101111011011010111011111000110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,61,59); }

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

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

 a { background-color: rgb(130,61,59); }

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

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

 span { border-color: rgb(130,61,59); }

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