Html Css Color HEX #882F38 Old Brick

📋 copy color: '#882F38'

red 136 ◦ green 47 ◦ blue 56

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

Shades of Old Brick #882F38

Tints of Old Brick #882F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 56.9%
G = 19.67%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#882F38 (or 0x882F38) is known color: Old Brick. HEX triplet: 88, 2F and 38. RGB value is (136,47,56). Sum of RGB (Red+Green+Blue) = 136+47+56=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F38 is #77D0C7. Grayscale: #4A4A4A. Windows color (decimal): -7852232 or 3682184. OLE color: 3682184.

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

Color convert

RGB 136 47 56 -
CMYK 0 0.65 0.59 0.47
HSL 353.93º 0.49% 0.36% -
HSV(B) 353.93º 0.65% 0.53% -
XYZ 11.88 7.55 4.57 -
YUV 74.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 136 47 56 0 0.65 0.59 0.47 353.93 0.49 0.36
Hex 88 2F 38 0 41 3B 2F 162 31 24
Octal 210 57 70 0 101 73 57 542 61 44
Binary 10001000 101111 111000 0 1000001 111011 101111 101100010 110001 100100

Color Harmonies of #882F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F38

Black with #882F38

Text Example


Text Example

White with #882F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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