Html Css Color HEX #8C3032 Old Brick

📋 copy color: '#8C3032'

red 140 ◦ green 48 ◦ blue 50

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

Shades of Old Brick #8C3032

Tints of Old Brick #8C3032

RGB

 RED value IS 140 (55.08% from 255) = 58.82%

 GREEN value IS 48 (19.14% from 255) = 20.17%

 BLUE value IS 50 (19.92% from 255) = 21.01%

R = 58.82%
G = 20.17%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8C3032 (or 0x8C3032) is known color: Old Brick. HEX triplet: 8C, 30 and 32. RGB value is (140,48,50). Sum of RGB (Red+Green+Blue) = 140+48+50=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3032 is #73CFCD. Grayscale: #4B4B4B. Windows color (decimal): -7589838 or 3289228. OLE color: 3289228.

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

Color convert

RGB 140 48 50 -
CMYK 0 0.66 0.64 0.45
HSL 358.7º 0.49% 0.37% -
HSV(B) 358.7º 0.66% 0.55% -
XYZ 12.45 7.92 3.89 -
YUV 75.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 140 48 50 0 0.66 0.64 0.45 358.7 0.49 0.37
Hex 8C 30 32 0 42 40 2D 167 31 25
Octal 214 60 62 0 102 100 55 547 61 45
Binary 10001100 110000 110010 0 1000010 1000000 101101 101100111 110001 100101

Color Harmonies of #8C3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3032

Black with #8C3032

Text Example


Text Example

White with #8C3032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C3032;
 }
 .AnyTagClassName
 {
   color: #8C3032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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