Html Css Color HEX #883234 Old Brick

📋 copy color: '#883234'

red 136 ◦ green 50 ◦ blue 52

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

Shades of Old Brick #883234

Tints of Old Brick #883234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 57.14%
G = 21.01%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#883234 (or 0x883234) is known color: Old Brick. HEX triplet: 88, 32 and 34. RGB value is (136,50,52). Sum of RGB (Red+Green+Blue) = 136+50+52=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #883234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883234 is #77CDCB. Grayscale: #4C4C4C. Windows color (decimal): -7851468 or 3420808. OLE color: 3420808.

HSL color Cylindrical-coordinate representation of color #883234: hue angle of 358.6º 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 #883234 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 52 -
CMYK 0 0.63 0.62 0.47
HSL 358.6º 0.46% 0.36% -
HSV(B) 358.6º 0.63% 0.53% -
XYZ 11.91 7.76 4.12 -
YUV 75.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 136 50 52 0 0.63 0.62 0.47 358.6 0.46 0.36
Hex 88 32 34 0 3F 3E 2F 167 2E 24
Octal 210 62 64 0 77 76 57 547 56 44
Binary 10001000 110010 110100 0 111111 111110 101111 101100111 101110 100100

Color Harmonies of #883234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883234

Black with #883234

Text Example


Text Example

White with #883234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883234; }

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

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

background-color css

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

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

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

border-color css

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

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

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