#84333A

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

Shades of Old Brick #84333A

Tints of Old Brick #84333A

Color information

#84333A (or 0x84333A) is unknown color: approx Old Brick. HEX triplet: 84, 33 and 3A. RGB value is (132,51,58). Sum of RGB (Red+Green+Blue) = 132+51+58=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84333A is #7BCCC5. Grayscale: #4C4C4C. Windows color (decimal): -8113350 or 3814276. OLE color: 3814276.

HSL color Cylindrical-coordinate representation of color #84333A: hue angle of 354.81º 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 #84333A is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1325158-
CMYK00.610.560.48
HSL354.81º44.26%35.88%-
HSV(B)354.81º61.36%51.76%-
XYZ11.467.584.86-
YUV76.02117.84167.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.77%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=54.77%
G=21.16%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132515800.610.560.48354.8144.2635.88
Hex84333A03D38301632c24
Octal204637207570605435444
Binary100001001100111110100111101111000110000101100011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84333A; }

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

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

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

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

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

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

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

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