#823237

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

Shades of Old Brick #823237

Tints of Old Brick #823237

Color information

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

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

Color convert

RGB1305055-
CMYK00.620.580.49
HSL356.25º44.44%35.29%-
HSV(B)356.25º61.54%50.98%-
XYZ11.047.34.44-
YUV74.49117167.59-

RGB Variations

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

RGB

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

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
Decimal130505500.620.580.49356.2544.4435.29
Hex82323703E3A311642c23
Octal202626707672615445443
Binary100000101100101101110111110111010110001101100100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823237; }

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

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

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

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

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

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

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

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