Html Css Color HEX #883C31 Prairie Sand

📋 copy color: '#883C31'

red 136 ◦ green 60 ◦ blue 49

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

Shades of Prairie Sand #883C31

Tints of Prairie Sand #883C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

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

R = 55.51%
G = 24.49%
B = 20%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#883C31 (or 0x883C31) is known color: Prairie Sand. HEX triplet: 88, 3C and 31. RGB value is (136,60,49). Sum of RGB (Red+Green+Blue) = 136+60+49=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #883C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C31 is #77C3CE. Grayscale: #515151. Windows color (decimal): -7848911 or 3226760. OLE color: 3226760.

HSL color Cylindrical-coordinate representation of color #883C31: hue angle of 7.59º 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 #883C31 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 60 49 -
CMYK 0 0.56 0.64 0.47
HSL 7.59º 0.47% 0.36% -
HSV(B) 7.59º 0.64% 0.53% -
XYZ 12.32 8.69 3.93 -
YUV 81.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 136 60 49 0 0.56 0.64 0.47 7.59 0.47 0.36
Hex 88 3C 31 0 38 40 2F 8 2F 24
Octal 210 74 61 0 70 100 57 10 57 44
Binary 10001000 111100 110001 0 111000 1000000 101111 1000 101111 100100

Color Harmonies of #883C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C31

Black with #883C31

Text Example


Text Example

White with #883C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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