Html Css Color HEX #883B2F Prairie Sand

📋 copy color: '#883B2F'

red 136 ◦ green 59 ◦ blue 47

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

Shades of Prairie Sand #883B2F

Tints of Prairie Sand #883B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 56.2%
G = 24.38%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#883B2F (or 0x883B2F) is known color: Prairie Sand. HEX triplet: 88, 3B and 2F. RGB value is (136,59,47). Sum of RGB (Red+Green+Blue) = 136+59+47=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B2F is #77C4D0. Grayscale: #505050. Windows color (decimal): -7849169 or 3095432. OLE color: 3095432.

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

Color convert

RGB 136 59 47 -
CMYK 0 0.57 0.65 0.47
HSL 8.09º 0.49% 0.36% -
HSV(B) 8.09º 0.65% 0.53% -
XYZ 12.23 8.57 3.7 -
YUV 80.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 136 59 47 0 0.57 0.65 0.47 8.09 0.49 0.36
Hex 88 3B 2F 0 39 41 2F 8 31 24
Octal 210 73 57 0 71 101 57 10 61 44
Binary 10001000 111011 101111 0 111001 1000001 101111 1000 110001 100100

Color Harmonies of #883B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883B2F

Black with #883B2F

Text Example


Text Example

White with #883B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,59,47); }

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

background-color css

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

 a { background-color: rgb(136,59,47); }

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

border-color css

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

 span { border-color: rgb(136,59,47); }

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