Html Css Color HEX #884034 Prairie Sand

📋 copy color: '#884034'

red 136 ◦ green 64 ◦ blue 52

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

Shades of Prairie Sand #884034

Tints of Prairie Sand #884034

RGB

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

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

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

R = 53.97%
G = 25.4%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#884034 (or 0x884034) is known color: Prairie Sand. HEX triplet: 88, 40 and 34. RGB value is (136,64,52). Sum of RGB (Red+Green+Blue) = 136+64+52=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #884034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884034 is #77BFCB. Grayscale: #545454. Windows color (decimal): -7847884 or 3424392. OLE color: 3424392.

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

Color convert

RGB 136 64 52 -
CMYK 0 0.53 0.62 0.47
HSL 8.57º 0.45% 0.37% -
HSV(B) 8.57º 0.62% 0.53% -
XYZ 12.61 9.15 4.35 -
YUV 84.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 136 64 52 0 0.53 0.62 0.47 8.57 0.45 0.37
Hex 88 40 34 0 35 3E 2F 9 2D 25
Octal 210 100 64 0 65 76 57 11 55 45
Binary 10001000 1000000 110100 0 110101 111110 101111 1001 101101 100101

Color Harmonies of #884034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884034

Black with #884034

Text Example


Text Example

White with #884034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884034; }

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

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

background-color css

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

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

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

border-color css

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

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

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