#843338

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

Shades of Old Brick #843338

Tints of Old Brick #843338

Color information

#843338 (or 0x843338) is unknown color: approx Old Brick. HEX triplet: 84, 33 and 38. RGB value is (132,51,56). Sum of RGB (Red+Green+Blue) = 132+51+56=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #843338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843338 is #7BCCC7. Grayscale: #4B4B4B. Windows color (decimal): -8113352 or 3683204. OLE color: 3683204.

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

Color convert

RGB1325156-
CMYK00.610.580.48
HSL356.3º44.26%35.88%-
HSV(B)356.3º61.36%51.76%-
XYZ11.417.564.6-
YUV75.79116.84168.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.23%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=55.23%
G=21.34%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132515600.610.580.48356.344.2635.88
Hex84333803D3A301642c24
Octal204637007572605445444
Binary100001001100111110000111101111010110000101100100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843338; }

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

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

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

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

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

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

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

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