Html Css Color HEX #884232 Prairie Sand

📋 copy color: '#884232'

red 136 ◦ green 66 ◦ blue 50

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

Shades of Prairie Sand #884232

Tints of Prairie Sand #884232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 53.97%
G = 26.19%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#884232 (or 0x884232) is known color: Prairie Sand. HEX triplet: 88, 42 and 32. RGB value is (136,66,50). Sum of RGB (Red+Green+Blue) = 136+66+50=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #884232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884232 is #77BDCD. Grayscale: #555555. Windows color (decimal): -7847374 or 3293832. OLE color: 3293832.

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

Color convert

RGB 136 66 50 -
CMYK 0 0.51 0.63 0.47
HSL 11.16º 0.46% 0.36% -
HSV(B) 11.16º 0.63% 0.53% -
XYZ 12.68 9.36 4.16 -
YUV 85.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 136 66 50 0 0.51 0.63 0.47 11.16 0.46 0.36
Hex 88 42 32 0 33 3F 2F B 2E 24
Octal 210 102 62 0 63 77 57 13 56 44
Binary 10001000 1000010 110010 0 110011 111111 101111 1011 101110 100100

Color Harmonies of #884232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884232

Black with #884232

Text Example


Text Example

White with #884232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884232; }

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

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

background-color css

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

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

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

border-color css

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

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

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