#8C3234

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

Shades of Old Brick #8C3234

Tints of Old Brick #8C3234

Color information

#8C3234 (or 0x8C3234) is unknown color: approx Old Brick. HEX triplet: 8C, 32 and 34. RGB value is (140,50,52). Sum of RGB (Red+Green+Blue) = 140+50+52=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3234 is #73CDCB. Grayscale: #4D4D4D. Windows color (decimal): -7589324 or 3420812. OLE color: 3420812.

HSL color Cylindrical-coordinate representation of color #8C3234: hue angle of 358.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3234 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1405052-
CMYK00.640.630.45
HSL358.67º47.37%37.25%-
HSV(B)358.67º64.29%54.9%-
XYZ12.588.14.15-
YUV77.14113.82172.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.85%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=57.85%
G=20.66%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140505200.640.630.45358.6747.3737.25
Hex8C32340403F2D1672f25
Octal2146264010077555475745
Binary1000110011001011010001000000111111101101101100111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3234; }

 p { color: rgb(140,50,52); }

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

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

 a { background-color: rgb(140,50,52); }

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

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

 span { border-color: rgb(140,50,52); }

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