Html Css Color HEX #884134 Prairie Sand

📋 copy color: '#884134'

red 136 ◦ green 65 ◦ blue 52

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

Shades of Prairie Sand #884134

Tints of Prairie Sand #884134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 53.75%
G = 25.69%
B = 20.55%

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

#884134 (or 0x884134) is known color: Prairie Sand. HEX triplet: 88, 41 and 34. RGB value is (136,65,52). Sum of RGB (Red+Green+Blue) = 136+65+52=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #884134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884134 is #77BECB. Grayscale: #545454. Windows color (decimal): -7847628 or 3424648. OLE color: 3424648.

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

Color convert

RGB 136 65 52 -
CMYK 0 0.52 0.62 0.47
HSL 9.29º 0.45% 0.37% -
HSV(B) 9.29º 0.62% 0.53% -
XYZ 12.66 9.26 4.37 -
YUV 84.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 136 65 52 0 0.52 0.62 0.47 9.29 0.45 0.37
Hex 88 41 34 0 34 3E 2F 9 2D 25
Octal 210 101 64 0 64 76 57 11 55 45
Binary 10001000 1000001 110100 0 110100 111110 101111 1001 101101 100101

Color Harmonies of #884134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884134

Black with #884134

Text Example


Text Example

White with #884134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884134; }

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

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

background-color css

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

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

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

border-color css

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

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

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