#843033

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

Shades of Old Brick #843033

Tints of Old Brick #843033

Color information

#843033 (or 0x843033) is unknown color: approx Old Brick. HEX triplet: 84, 30 and 33. RGB value is (132,48,51). Sum of RGB (Red+Green+Blue) = 132+48+51=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #843033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843033 is #7BCFCC. Grayscale: #494949. Windows color (decimal): -8114125 or 3354756. OLE color: 3354756.

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

Color convert

RGB1324851-
CMYK00.640.610.48
HSL357.86º46.67%35.29%-
HSV(B)357.86º63.64%51.76%-
XYZ11.177.263.94-
YUV73.46115.33169.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=57.14%
G=20.78%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132485100.640.610.48357.8646.6735.29
Hex8430330403D301662f23
Octal2046063010075605465743
Binary1000010011000011001101000000111101110000101100110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843033; }

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

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

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

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

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

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

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

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