Html Css Color HEX #834033 Prairie Sand

📋 copy color: '#834033'

red 131 ◦ green 64 ◦ blue 51

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

Shades of Prairie Sand #834033

Tints of Prairie Sand #834033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.73%

R = 53.25%
G = 26.02%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#834033 (or 0x834033) is known color: Prairie Sand. HEX triplet: 83, 40 and 33. RGB value is (131,64,51). Sum of RGB (Red+Green+Blue) = 131+64+51=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #834033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834033 is #7CBFCC. Grayscale: #525252. Windows color (decimal): -8175565 or 3358851. OLE color: 3358851.

HSL color Cylindrical-coordinate representation of color #834033: hue angle of 9.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #834033 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 51 -
CMYK 0 0.51 0.61 0.49
HSL 9.75º 0.44% 0.36% -
HSV(B) 9.75º 0.61% 0.51% -
XYZ 11.79 8.73 4.2 -
YUV 82.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 131 64 51 0 0.51 0.61 0.49 9.75 0.44 0.36
Hex 83 40 33 0 33 3D 31 A 2C 24
Octal 203 100 63 0 63 75 61 12 54 44
Binary 10000011 1000000 110011 0 110011 111101 110001 1010 101100 100100

Color Harmonies of #834033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834033

Black with #834033

Text Example


Text Example

White with #834033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834033; }

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

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

background-color css

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

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

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

border-color css

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

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

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