#833238

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

Shades of Old Brick #833238

Tints of Old Brick #833238

Color information

#833238 (or 0x833238) is unknown color: approx Old Brick. HEX triplet: 83, 32 and 38. RGB value is (131,50,56). Sum of RGB (Red+Green+Blue) = 131+50+56=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #833238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833238 is #7CCDC7. Grayscale: #4A4A4A. Windows color (decimal): -8179144 or 3682947. OLE color: 3682947.

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

Color convert

RGB1315056-
CMYK00.620.570.49
HSL355.56º44.75%35.49%-
HSV(B)355.56º61.83%51.37%-
XYZ11.217.394.58-
YUV74.9117.34168.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=55.27%
G=21.10%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131505600.620.570.49355.5644.7535.49
Hex83323803E39311642d23
Octal203627007671615445543
Binary100000111100101110000111110111001110001101100100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833238; }

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

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

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

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

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

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

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

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