Html Css Color HEX #8A3032 Old Brick

📋 copy color: '#8A3032'

red 138 ◦ green 48 ◦ blue 50

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

Shades of Old Brick #8A3032

Tints of Old Brick #8A3032

RGB

 RED value IS 138 (54.3% from 255) = 58.47%

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

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

R = 58.47%
G = 20.34%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#8A3032 (or 0x8A3032) is known color: Old Brick. HEX triplet: 8A, 30 and 32. RGB value is (138,48,50). Sum of RGB (Red+Green+Blue) = 138+48+50=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3032 is #75CFCD. Grayscale: #4B4B4B. Windows color (decimal): -7720910 or 3289226. OLE color: 3289226.

HSL color Cylindrical-coordinate representation of color #8A3032: hue angle of 358.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3032 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 48 50 -
CMYK 0 0.65 0.64 0.46
HSL 358.67º 0.48% 0.36% -
HSV(B) 358.67º 0.65% 0.54% -
XYZ 12.11 7.75 3.87 -
YUV 75.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 138 48 50 0 0.65 0.64 0.46 358.67 0.48 0.36
Hex 8A 30 32 0 41 40 2E 167 30 24
Octal 212 60 62 0 101 100 56 547 60 44
Binary 10001010 110000 110010 0 1000001 1000000 101110 101100111 110000 100100

Color Harmonies of #8A3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3032

Black with #8A3032

Text Example


Text Example

White with #8A3032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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