Html Css Color HEX #884131 Prairie Sand

📋 copy color: '#884131'

red 136 ◦ green 65 ◦ blue 49

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

Shades of Prairie Sand #884131

Tints of Prairie Sand #884131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

 BLUE value IS 49 (19.53% from 255) = 19.6%

R = 54.4%
G = 26%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#884131 (or 0x884131) is known color: Prairie Sand. HEX triplet: 88, 41 and 31. RGB value is (136,65,49). Sum of RGB (Red+Green+Blue) = 136+65+49=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #884131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884131 is #77BECE. Grayscale: #545454. Windows color (decimal): -7847631 or 3228040. OLE color: 3228040.

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

Color convert

RGB 136 65 49 -
CMYK 0 0.52 0.64 0.47
HSL 11.03º 0.47% 0.36% -
HSV(B) 11.03º 0.64% 0.53% -
XYZ 12.6 9.24 4.02 -
YUV 84.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 136 65 49 0 0.52 0.64 0.47 11.03 0.47 0.36
Hex 88 41 31 0 34 40 2F B 2F 24
Octal 210 101 61 0 64 100 57 13 57 44
Binary 10001000 1000001 110001 0 110100 1000000 101111 1011 101111 100100

Color Harmonies of #884131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884131

Black with #884131

Text Example


Text Example

White with #884131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884131; }

 p { color: rgb(136,65,49); }

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

background-color css

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

 a { background-color: rgb(136,65,49); }

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

border-color css

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

 span { border-color: rgb(136,65,49); }

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