Html Css Color HEX #874133 Prairie Sand

📋 copy color: '#874133'

red 135 ◦ green 65 ◦ blue 51

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

Shades of Prairie Sand #874133

Tints of Prairie Sand #874133

RGB

 RED value IS 135 (53.13% from 255) = 53.78%

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

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 53.78%
G = 25.9%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#874133 (or 0x874133) is known color: Prairie Sand. HEX triplet: 87, 41 and 33. RGB value is (135,65,51). Sum of RGB (Red+Green+Blue) = 135+65+51=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #874133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874133 is #78BECC. Grayscale: #545454. Windows color (decimal): -7913165 or 3359111. OLE color: 3359111.

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

Color convert

RGB 135 65 51 -
CMYK 0 0.52 0.62 0.47
HSL 10º 0.45% 0.36% -
HSV(B) 10º 0.62% 0.53% -
XYZ 12.48 9.17 4.24 -
YUV 84.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 135 65 51 0 0.52 0.62 0.47 10 0.45 0.36
Hex 87 41 33 0 34 3E 2F A 2D 24
Octal 207 101 63 0 64 76 57 12 55 44
Binary 10000111 1000001 110011 0 110100 111110 101111 1010 101101 100100

Color Harmonies of #874133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874133

Black with #874133

Text Example


Text Example

White with #874133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874133; }

 p { color: rgb(135,65,51); }

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

background-color css

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

 a { background-color: rgb(135,65,51); }

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

border-color css

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

 span { border-color: rgb(135,65,51); }

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