#823236

Color #823236 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #823236

Tints of Old Brick #823236

Color information

#823236 (or 0x823236) is unknown color: approx Old Brick. HEX triplet: 82, 32 and 36. RGB value is (130,50,54). Sum of RGB (Red+Green+Blue) = 130+50+54=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #823236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823236 is #7DCDC9. Grayscale: #4A4A4A. Windows color (decimal): -8244682 or 3551874. OLE color: 3551874.

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

Color convert

RGB1305054-
CMYK00.620.580.49
HSL357º44.44%35.29%-
HSV(B)357º61.54%50.98%-
XYZ11.017.294.32-
YUV74.38116.5167.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=55.56%
G=21.37%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130505400.620.580.4935744.4435.29
Hex82323603E3A311652c23
Octal202626607672615455443
Binary100000101100101101100111110111010110001101100101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823236; }

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

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

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

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

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

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

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

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