Html Css Color HEX #803D31 Prairie Sand

📋 copy color: '#803D31'

red 128 ◦ green 61 ◦ blue 49

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

Shades of Prairie Sand #803D31

Tints of Prairie Sand #803D31

RGB

 RED value IS 128 (50.39% from 255) = 53.78%

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

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

R = 53.78%
G = 25.63%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#803D31 (or 0x803D31) is known color: Prairie Sand. HEX triplet: 80, 3D and 31. RGB value is (128,61,49). Sum of RGB (Red+Green+Blue) = 128+61+49=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #803D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D31 is #7FC2CE. Grayscale: #4F4F4F. Windows color (decimal): -8372943 or 3227008. OLE color: 3227008.

HSL color Cylindrical-coordinate representation of color #803D31: hue angle of 9.11º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803D31 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 61 49 -
CMYK 0 0.52 0.62 0.50
HSL 9.11º 0.45% 0.35% -
HSV(B) 9.11º 0.62% 0.5% -
XYZ 11.13 8.15 3.89 -
YUV 79.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 128 61 49 0 0.52 0.62 0.50 9.11 0.45 0.35
Hex 80 3D 31 0 34 3E 32 9 2D 23
Octal 200 75 61 0 64 76 62 11 55 43
Binary 10000000 111101 110001 0 110100 111110 110010 1001 101101 100011

Color Harmonies of #803D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D31

Black with #803D31

Text Example


Text Example

White with #803D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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