#833236

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

Shades of Old Brick #833236

Tints of Old Brick #833236

Color information

#833236 (or 0x833236) is unknown color: approx Old Brick. HEX triplet: 83, 32 and 36. RGB value is (131,50,54). Sum of RGB (Red+Green+Blue) = 131+50+54=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #833236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833236 is #7CCDC9. Grayscale: #4A4A4A. Windows color (decimal): -8179146 or 3551875. OLE color: 3551875.

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

Color convert

RGB1315054-
CMYK00.620.590.49
HSL357.04º44.75%35.49%-
HSV(B)357.04º61.83%51.37%-
XYZ11.177.374.32-
YUV74.68116.34168.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.74%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=55.74%
G=21.28%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131505400.620.590.49357.0444.7535.49
Hex83323603E3B311652d23
Octal203626607673615455543
Binary100000111100101101100111110111011110001101100101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833236; }

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

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

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

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

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

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

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

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