Html Css Color HEX #833C31 Prairie Sand

📋 copy color: '#833C31'

red 131 ◦ green 60 ◦ blue 49

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

Shades of Prairie Sand #833C31

Tints of Prairie Sand #833C31

RGB

 RED value IS 131 (51.56% from 255) = 54.58%

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

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

R = 54.58%
G = 25%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#833C31 (or 0x833C31) is known color: Prairie Sand. HEX triplet: 83, 3C and 31. RGB value is (131,60,49). Sum of RGB (Red+Green+Blue) = 131+60+49=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #833C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833C31 is #7CC3CE. Grayscale: #505050. Windows color (decimal): -8176591 or 3226755. OLE color: 3226755.

HSL color Cylindrical-coordinate representation of color #833C31: hue angle of 8.05º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833C31 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 60 49 -
CMYK 0 0.54 0.63 0.49
HSL 8.05º 0.46% 0.35% -
HSV(B) 8.05º 0.63% 0.51% -
XYZ 11.53 8.28 3.9 -
YUV 79.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 131 60 49 0 0.54 0.63 0.49 8.05 0.46 0.35
Hex 83 3C 31 0 36 3F 31 8 2E 23
Octal 203 74 61 0 66 77 61 10 56 43
Binary 10000011 111100 110001 0 110110 111111 110001 1000 101110 100011

Color Harmonies of #833C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833C31

Black with #833C31

Text Example


Text Example

White with #833C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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