#843335

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

Shades of Old Brick #843335

Tints of Old Brick #843335

Color information

#843335 (or 0x843335) is unknown color: approx Old Brick. HEX triplet: 84, 33 and 35. RGB value is (132,51,53). Sum of RGB (Red+Green+Blue) = 132+51+53=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #843335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843335 is #7BCCCA. Grayscale: #4B4B4B. Windows color (decimal): -8113355 or 3486596. OLE color: 3486596.

HSL color Cylindrical-coordinate representation of color #843335: hue angle of 358.52º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843335 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1325153-
CMYK00.610.600.48
HSL358.52º44.26%35.88%-
HSV(B)358.52º61.36%51.76%-
XYZ11.347.534.22-
YUV75.45115.34168.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.93%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=55.93%
G=21.61%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132515300.610.600.48358.5244.2635.88
Hex84333503D3C301672c24
Octal204636507574605475444
Binary100001001100111101010111101111100110000101100111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843335; }

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

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

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

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

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

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

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

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