Html Css Color HEX #883D31 Prairie Sand

📋 copy color: '#883D31'

red 136 ◦ green 61 ◦ blue 49

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

Shades of Prairie Sand #883D31

Tints of Prairie Sand #883D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.8%

 BLUE value IS 49 (19.53% from 255) = 19.92%

R = 55.28%
G = 24.8%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#883D31 (or 0x883D31) is known color: Prairie Sand. HEX triplet: 88, 3D and 31. RGB value is (136,61,49). Sum of RGB (Red+Green+Blue) = 136+61+49=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #883D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D31 is #77C2CE. Grayscale: #525252. Windows color (decimal): -7848655 or 3227016. OLE color: 3227016.

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

Color convert

RGB 136 61 49 -
CMYK 0 0.55 0.64 0.47
HSL 8.28º 0.47% 0.36% -
HSV(B) 8.28º 0.64% 0.53% -
XYZ 12.38 8.79 3.95 -
YUV 82.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 136 61 49 0 0.55 0.64 0.47 8.28 0.47 0.36
Hex 88 3D 31 0 37 40 2F 8 2F 24
Octal 210 75 61 0 67 100 57 10 57 44
Binary 10001000 111101 110001 0 110111 1000000 101111 1000 101111 100100

Color Harmonies of #883D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D31

Black with #883D31

Text Example


Text Example

White with #883D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883D31; }

 p { color: rgb(136,61,49); }

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

background-color css

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

 a { background-color: rgb(136,61,49); }

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

border-color css

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

 span { border-color: rgb(136,61,49); }

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