Html Css Color HEX #884234 Prairie Sand

📋 copy color: '#884234'

red 136 ◦ green 66 ◦ blue 52

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

Shades of Prairie Sand #884234

Tints of Prairie Sand #884234

RGB

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

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

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

R = 53.54%
G = 25.98%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#884234 (or 0x884234) is known color: Prairie Sand. HEX triplet: 88, 42 and 34. RGB value is (136,66,52). Sum of RGB (Red+Green+Blue) = 136+66+52=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884234 is #77BDCB. Grayscale: #555555. Windows color (decimal): -7847372 or 3424904. OLE color: 3424904.

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

Color convert

RGB 136 66 52 -
CMYK 0 0.51 0.62 0.47
HSL 10º 0.45% 0.37% -
HSV(B) 10º 0.62% 0.53% -
XYZ 12.72 9.38 4.39 -
YUV 85.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 136 66 52 0 0.51 0.62 0.47 10 0.45 0.37
Hex 88 42 34 0 33 3E 2F A 2D 25
Octal 210 102 64 0 63 76 57 12 55 45
Binary 10001000 1000010 110100 0 110011 111110 101111 1010 101101 100101

Color Harmonies of #884234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884234

Black with #884234

Text Example


Text Example

White with #884234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884234; }

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

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

background-color css

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

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

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

border-color css

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

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

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