#8C3235

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

Shades of Old Brick #8C3235

Tints of Old Brick #8C3235

Color information

#8C3235 (or 0x8C3235) is unknown color: approx Old Brick. HEX triplet: 8C, 32 and 35. RGB value is (140,50,53). Sum of RGB (Red+Green+Blue) = 140+50+53=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3235 is #73CDCA. Grayscale: #4D4D4D. Windows color (decimal): -7589323 or 3486348. OLE color: 3486348.

HSL color Cylindrical-coordinate representation of color #8C3235: hue angle of 358º 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 #8C3235 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB1405053-
CMYK00.640.620.45
HSL358º47.37%37.25%-
HSV(B)358º64.29%54.9%-
XYZ12.68.114.27-
YUV77.25114.32172.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.61%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=57.61%
G=20.58%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140505300.640.620.4535847.3737.25
Hex8C32350403E2D1662f25
Octal2146265010076555465745
Binary1000110011001011010101000000111110101101101100110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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