Html Css Color HEX #884035 Prairie Sand

📋 copy color: '#884035'

red 136 ◦ green 64 ◦ blue 53

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

Shades of Prairie Sand #884035

Tints of Prairie Sand #884035

RGB

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

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

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

R = 53.75%
G = 25.3%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#884035 (or 0x884035) is known color: Prairie Sand. HEX triplet: 88, 40 and 35. RGB value is (136,64,53). Sum of RGB (Red+Green+Blue) = 136+64+53=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #884035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884035 is #77BFCA. Grayscale: #545454. Windows color (decimal): -7847883 or 3489928. OLE color: 3489928.

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

Color convert

RGB 136 64 53 -
CMYK 0 0.53 0.61 0.47
HSL 7.95º 0.44% 0.37% -
HSV(B) 7.95º 0.61% 0.53% -
XYZ 12.63 9.16 4.47 -
YUV 84.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 136 64 53 0 0.53 0.61 0.47 7.95 0.44 0.37
Hex 88 40 35 0 35 3D 2F 8 2C 25
Octal 210 100 65 0 65 75 57 10 54 45
Binary 10001000 1000000 110101 0 110101 111101 101111 1000 101100 100101

Color Harmonies of #884035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884035

Black with #884035

Text Example


Text Example

White with #884035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884035; }

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

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

background-color css

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

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

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

border-color css

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

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

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