Html Css Color HEX #884235 Prairie Sand

📋 copy color: '#884235'

red 136 ◦ green 66 ◦ blue 53

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

Shades of Prairie Sand #884235

Tints of Prairie Sand #884235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 53.33%
G = 25.88%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#884235 (or 0x884235) is known color: Prairie Sand. HEX triplet: 88, 42 and 35. RGB value is (136,66,53). Sum of RGB (Red+Green+Blue) = 136+66+53=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #884235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884235 is #77BDCA. Grayscale: #555555. Windows color (decimal): -7847371 or 3490440. OLE color: 3490440.

HSL color Cylindrical-coordinate representation of color #884235: hue angle of 9.4º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884235 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 53 -
CMYK 0 0.51 0.61 0.47
HSL 9.4º 0.44% 0.37% -
HSV(B) 9.4º 0.61% 0.53% -
XYZ 12.74 9.39 4.51 -
YUV 85.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 136 66 53 0 0.51 0.61 0.47 9.4 0.44 0.37
Hex 88 42 35 0 33 3D 2F 9 2C 25
Octal 210 102 65 0 63 75 57 11 54 45
Binary 10001000 1000010 110101 0 110011 111101 101111 1001 101100 100101

Color Harmonies of #884235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884235

Black with #884235

Text Example


Text Example

White with #884235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884235; }

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

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

background-color css

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

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

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

border-color css

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

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

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