Html Css Color HEX #884032 Prairie Sand

📋 copy color: '#884032'

red 136 ◦ green 64 ◦ blue 50

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

Shades of Prairie Sand #884032

Tints of Prairie Sand #884032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 54.4%
G = 25.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#884032 (or 0x884032) is known color: Prairie Sand. HEX triplet: 88, 40 and 32. RGB value is (136,64,50). Sum of RGB (Red+Green+Blue) = 136+64+50=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #884032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884032 is #77BFCD. Grayscale: #545454. Windows color (decimal): -7847886 or 3293320. OLE color: 3293320.

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

Color convert

RGB 136 64 50 -
CMYK 0 0.53 0.63 0.47
HSL 9.77º 0.46% 0.36% -
HSV(B) 9.77º 0.63% 0.53% -
XYZ 12.56 9.13 4.12 -
YUV 83.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 136 64 50 0 0.53 0.63 0.47 9.77 0.46 0.36
Hex 88 40 32 0 35 3F 2F A 2E 24
Octal 210 100 62 0 65 77 57 12 56 44
Binary 10001000 1000000 110010 0 110101 111111 101111 1010 101110 100100

Color Harmonies of #884032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884032

Black with #884032

Text Example


Text Example

White with #884032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884032; }

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

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

background-color css

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

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

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

border-color css

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

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

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