Html Css Color HEX #8C3236 Old Brick

📋 copy color: '#8C3236'

red 140 ◦ green 50 ◦ blue 54

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

Shades of Old Brick #8C3236

Tints of Old Brick #8C3236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

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

R = 57.38%
G = 20.49%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C3236 (or 0x8C3236) is known color: Old Brick. HEX triplet: 8C, 32 and 36. RGB value is (140,50,54). Sum of RGB (Red+Green+Blue) = 140+50+54=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3236 is #73CDC9. Grayscale: #4D4D4D. Windows color (decimal): -7589322 or 3551884. OLE color: 3551884.

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

Color convert

RGB 140 50 54 -
CMYK 0 0.64 0.61 0.45
HSL 357.33º 0.47% 0.37% -
HSV(B) 357.33º 0.64% 0.55% -
XYZ 12.62 8.12 4.39 -
YUV 77.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 140 50 54 0 0.64 0.61 0.45 357.33 0.47 0.37
Hex 8C 32 36 0 40 3D 2D 165 2F 25
Octal 214 62 66 0 100 75 55 545 57 45
Binary 10001100 110010 110110 0 1000000 111101 101101 101100101 101111 100101

Color Harmonies of #8C3236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3236

Black with #8C3236

Text Example


Text Example

White with #8C3236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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