#823335

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

Shades of Old Brick #823335

Tints of Old Brick #823335

Color information

#823335 (or 0x823335) is unknown color: approx Old Brick. HEX triplet: 82, 33 and 35. RGB value is (130,51,53). Sum of RGB (Red+Green+Blue) = 130+51+53=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #823335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823335 is #7DCCCA. Grayscale: #4A4A4A. Windows color (decimal): -8244427 or 3486594. OLE color: 3486594.

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

Color convert

RGB1305153-
CMYK00.610.590.49
HSL358.48º43.65%35.49%-
HSV(B)358.48º60.77%50.98%-
XYZ11.037.374.21-
YUV74.85115.67167.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=55.56%
G=21.79%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130515300.610.590.49358.4843.6535.49
Hex82333503D3B311662c23
Octal202636507573615465443
Binary100000101100111101010111101111011110001101100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823335; }

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

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

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

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

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

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

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

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