Html Css Color HEX #8C3036 Old Brick

📋 copy color: '#8C3036'

red 140 ◦ green 48 ◦ blue 54

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

Shades of Old Brick #8C3036

Tints of Old Brick #8C3036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.31%

R = 57.85%
G = 19.83%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C3036 (or 0x8C3036) is known color: Old Brick. HEX triplet: 8C, 30 and 36. RGB value is (140,48,54). Sum of RGB (Red+Green+Blue) = 140+48+54=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3036 is #73CFC9. Grayscale: #4C4C4C. Windows color (decimal): -7589834 or 3551372. OLE color: 3551372.

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

Color convert

RGB 140 48 54 -
CMYK 0 0.66 0.61 0.45
HSL 356.09º 0.49% 0.37% -
HSV(B) 356.09º 0.66% 0.55% -
XYZ 12.54 7.96 4.36 -
YUV 76.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 140 48 54 0 0.66 0.61 0.45 356.09 0.49 0.37
Hex 8C 30 36 0 42 3D 2D 164 31 25
Octal 214 60 66 0 102 75 55 544 61 45
Binary 10001100 110000 110110 0 1000010 111101 101101 101100100 110001 100101

Color Harmonies of #8C3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3036

Black with #8C3036

Text Example


Text Example

White with #8C3036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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