#823336

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

Shades of Old Brick #823336

Tints of Old Brick #823336

Color information

#823336 (or 0x823336) is unknown color: approx Old Brick. HEX triplet: 82, 33 and 36. RGB value is (130,51,54). Sum of RGB (Red+Green+Blue) = 130+51+54=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #823336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823336 is #7DCCC9. Grayscale: #4B4B4B. Windows color (decimal): -8244426 or 3552130. OLE color: 3552130.

HSL color Cylindrical-coordinate representation of color #823336: hue angle of 357.72º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #823336 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1305154-
CMYK00.610.580.49
HSL357.72º43.65%35.49%-
HSV(B)357.72º60.77%50.98%-
XYZ11.067.384.33-
YUV74.96116.17167.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=55.32%
G=21.70%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130515400.610.580.49357.7243.6535.49
Hex82333603D3A311662c23
Octal202636607572615465443
Binary100000101100111101100111101111010110001101100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823336; }

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

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

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

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

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

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

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

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