Html Css Color HEX #883236 Old Brick

📋 copy color: '#883236'

red 136 ◦ green 50 ◦ blue 54

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

Shades of Old Brick #883236

Tints of Old Brick #883236

RGB

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

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

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

R = 56.67%
G = 20.83%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#883236 (or 0x883236) is known color: Old Brick. HEX triplet: 88, 32 and 36. RGB value is (136,50,54). Sum of RGB (Red+Green+Blue) = 136+50+54=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #883236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883236 is #77CDC9. Grayscale: #4C4C4C. Windows color (decimal): -7851466 or 3551880. OLE color: 3551880.

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

Color convert

RGB 136 50 54 -
CMYK 0 0.63 0.60 0.47
HSL 357.21º 0.46% 0.36% -
HSV(B) 357.21º 0.63% 0.53% -
XYZ 11.96 7.78 4.36 -
YUV 76.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 136 50 54 0 0.63 0.60 0.47 357.21 0.46 0.36
Hex 88 32 36 0 3F 3C 2F 165 2E 24
Octal 210 62 66 0 77 74 57 545 56 44
Binary 10001000 110010 110110 0 111111 111100 101111 101100101 101110 100100

Color Harmonies of #883236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883236

Black with #883236

Text Example


Text Example

White with #883236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883236; }

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

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

background-color css

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

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

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

border-color css

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

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

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