#823435

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

Shades of Old Brick #823435

Tints of Old Brick #823435

Color information

#823435 (or 0x823435) is unknown color: approx Old Brick. HEX triplet: 82, 34 and 35. RGB value is (130,52,53). Sum of RGB (Red+Green+Blue) = 130+52+53=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #823435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823435 is #7DCBCA. Grayscale: #4B4B4B. Windows color (decimal): -8244171 or 3486850. OLE color: 3486850.

HSL color Cylindrical-coordinate representation of color #823435: hue angle of 359.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823435 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1305253-
CMYK00.600.590.49
HSL359.23º42.86%35.69%-
HSV(B)359.23º60%50.98%-
XYZ11.087.464.22-
YUV75.44115.34166.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=55.32%
G=22.13%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130525300.600.590.49359.2342.8635.69
Hex82343503C3B311672b24
Octal202646507473615475344
Binary100000101101001101010111100111011110001101100111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823435; }

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

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

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

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

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

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

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

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