Html Css Color HEX #883A32 Prairie Sand

📋 copy color: '#883A32'

red 136 ◦ green 58 ◦ blue 50

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

Shades of Prairie Sand #883A32

Tints of Prairie Sand #883A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.77%

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 55.74%
G = 23.77%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#883A32 (or 0x883A32) is known color: Prairie Sand. HEX triplet: 88, 3A and 32. RGB value is (136,58,50). Sum of RGB (Red+Green+Blue) = 136+58+50=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #883A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A32 is #77C5CD. Grayscale: #505050. Windows color (decimal): -7849422 or 3291784. OLE color: 3291784.

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

Color convert

RGB 136 58 50 -
CMYK 0 0.57 0.63 0.47
HSL 5.58º 0.46% 0.36% -
HSV(B) 5.58º 0.63% 0.53% -
XYZ 12.24 8.49 4.01 -
YUV 80.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 136 58 50 0 0.57 0.63 0.47 5.58 0.46 0.36
Hex 88 3A 32 0 39 3F 2F 6 2E 24
Octal 210 72 62 0 71 77 57 6 56 44
Binary 10001000 111010 110010 0 111001 111111 101111 110 101110 100100

Color Harmonies of #883A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883A32

Black with #883A32

Text Example


Text Example

White with #883A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,58,50); }

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

background-color css

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

 a { background-color: rgb(136,58,50); }

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

border-color css

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

 span { border-color: rgb(136,58,50); }

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