Html Css Color HEX #882F32 Old Brick

📋 copy color: '#882F32'

red 136 ◦ green 47 ◦ blue 50

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

Shades of Old Brick #882F32

Tints of Old Brick #882F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.17%

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

R = 58.37%
G = 20.17%
B = 21.46%

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

#882F32 (or 0x882F32) is known color: Old Brick. HEX triplet: 88, 2F and 32. RGB value is (136,47,50). Sum of RGB (Red+Green+Blue) = 136+47+50=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #882F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F32 is #77D0CD. Grayscale: #4A4A4A. Windows color (decimal): -7852238 or 3288968. OLE color: 3288968.

HSL color Cylindrical-coordinate representation of color #882F32: hue angle of 357.98º degrees, saturation: 0.49, 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 #882F32 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 47 50 -
CMYK 0 0.65 0.63 0.47
HSL 357.98º 0.49% 0.36% -
HSV(B) 357.98º 0.65% 0.53% -
XYZ 11.75 7.5 3.85 -
YUV 73.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 136 47 50 0 0.65 0.63 0.47 357.98 0.49 0.36
Hex 88 2F 32 0 41 3F 2F 166 31 24
Octal 210 57 62 0 101 77 57 546 61 44
Binary 10001000 101111 110010 0 1000001 111111 101111 101100110 110001 100100

Color Harmonies of #882F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F32

Black with #882F32

Text Example


Text Example

White with #882F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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