Html Css Color HEX #884138 Prairie Sand

📋 copy color: '#884138'

red 136 ◦ green 65 ◦ blue 56

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

Shades of Prairie Sand #884138

Tints of Prairie Sand #884138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 52.92%
G = 25.29%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#884138 (or 0x884138) is known color: Prairie Sand. HEX triplet: 88, 41 and 38. RGB value is (136,65,56). Sum of RGB (Red+Green+Blue) = 136+65+56=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #884138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884138 is #77BEC7. Grayscale: #555555. Windows color (decimal): -7847624 or 3686792. OLE color: 3686792.

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

Color convert

RGB 136 65 56 -
CMYK 0 0.52 0.59 0.47
HSL 6.75º 0.42% 0.38% -
HSV(B) 6.75º 0.59% 0.53% -
XYZ 12.76 9.3 4.86 -
YUV 85.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 136 65 56 0 0.52 0.59 0.47 6.75 0.42 0.38
Hex 88 41 38 0 34 3B 2F 7 2A 26
Octal 210 101 70 0 64 73 57 7 52 46
Binary 10001000 1000001 111000 0 110100 111011 101111 111 101010 100110

Color Harmonies of #884138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884138

Black with #884138

Text Example


Text Example

White with #884138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884138; }

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

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

background-color css

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

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

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

border-color css

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

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

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