Html Css Color HEX #834030 Prairie Sand

📋 copy color: '#834030'

red 131 ◦ green 64 ◦ blue 48

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

Shades of Prairie Sand #834030

Tints of Prairie Sand #834030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

 BLUE value IS 48 (19.14% from 255) = 19.75%

R = 53.91%
G = 26.34%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#834030 (or 0x834030) is known color: Prairie Sand. HEX triplet: 83, 40 and 30. RGB value is (131,64,48). Sum of RGB (Red+Green+Blue) = 131+64+48=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #834030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834030 is #7CBFCF. Grayscale: #525252. Windows color (decimal): -8175568 or 3162243. OLE color: 3162243.

HSL color Cylindrical-coordinate representation of color #834030: hue angle of 11.57º 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 #834030 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 48 -
CMYK 0 0.51 0.63 0.49
HSL 11.57º 0.46% 0.35% -
HSV(B) 11.57º 0.63% 0.51% -
XYZ 11.73 8.71 3.86 -
YUV 82.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 131 64 48 0 0.51 0.63 0.49 11.57 0.46 0.35
Hex 83 40 30 0 33 3F 31 C 2E 23
Octal 203 100 60 0 63 77 61 14 56 43
Binary 10000011 1000000 110000 0 110011 111111 110001 1100 101110 100011

Color Harmonies of #834030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834030

Black with #834030

Text Example


Text Example

White with #834030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834030; }

 p { color: rgb(131,64,48); }

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

background-color css

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

 a { background-color: rgb(131,64,48); }

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

border-color css

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

 span { border-color: rgb(131,64,48); }

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