Html Css Color HEX #883032 Old Brick

📋 copy color: '#883032'

red 136 ◦ green 48 ◦ blue 50

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

Shades of Old Brick #883032

Tints of Old Brick #883032

RGB

 RED value IS 136 (53.52% from 255) = 58.12%

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

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

R = 58.12%
G = 20.51%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#883032 (or 0x883032) is known color: Old Brick. HEX triplet: 88, 30 and 32. RGB value is (136,48,50). Sum of RGB (Red+Green+Blue) = 136+48+50=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #883032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883032 is #77CFCD. Grayscale: #4A4A4A. Windows color (decimal): -7851982 or 3289224. OLE color: 3289224.

HSL color Cylindrical-coordinate representation of color #883032: hue angle of 358.64º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883032 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 50 -
CMYK 0 0.65 0.63 0.47
HSL 358.64º 0.48% 0.36% -
HSV(B) 358.64º 0.65% 0.53% -
XYZ 11.79 7.58 3.86 -
YUV 74.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 136 48 50 0 0.65 0.63 0.47 358.64 0.48 0.36
Hex 88 30 32 0 41 3F 2F 167 30 24
Octal 210 60 62 0 101 77 57 547 60 44
Binary 10001000 110000 110010 0 1000001 111111 101111 101100111 110000 100100

Color Harmonies of #883032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883032

Black with #883032

Text Example


Text Example

White with #883032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883032; }

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

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

background-color css

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

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

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

border-color css

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

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

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