Html Css Color HEX #8C3235 Old Brick

📋 copy color: '#8C3235'

red 140 ◦ green 50 ◦ blue 53

#8C3235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Brick #8C3235

Tints of Old Brick #8C3235

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 value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8C3235 (or 0x8C3235) is known color: 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

RGB 140 50 53 -
CMYK 0 0.64 0.62 0.45
HSL 358º 0.47% 0.37% -
HSV(B) 358º 0.64% 0.55% -
XYZ 12.6 8.11 4.27 -
YUV 77.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 140 50 53 0 0.64 0.62 0.45 358 0.47 0.37
Hex 8C 32 35 0 40 3E 2D 166 2F 25
Octal 214 62 65 0 100 76 55 546 57 45
Binary 10001100 110010 110101 0 1000000 111110 101101 101100110 101111 100101

Color Harmonies of #8C3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3235

Black with #8C3235

Text Example


Text Example

White with #8C3235

Text Example


Text Example

HTML Codes & Css Web 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>