#833D34

Color #833D34 Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #833D34

Tints of Prairie Sand #833D34

Color information

#833D34 (or 0x833D34) is unknown color: approx Prairie Sand. HEX triplet: 83, 3D and 34. RGB value is (131,61,52). Sum of RGB (Red+Green+Blue) = 131+61+52=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #833D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833D34 is #7CC2CB. Grayscale: #515151. Windows color (decimal): -8176332 or 3423619. OLE color: 3423619.

HSL color Cylindrical-coordinate representation of color #833D34: hue angle of 6.84º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833D34 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1316152-
CMYK00.530.600.49
HSL6.84º43.17%35.88%-
HSV(B)6.84º60.31%51.37%-
XYZ11.658.414.26-
YUV80.9111.69163.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.69%
GREEN value IS 61 (24.22% from 255) = 25%
BLUE value IS 52 (20.70% from 255) = 21.31%
R=53.69%
G=25%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131615200.530.600.496.8443.1735.88
Hex833D340353C3172b24
Octal2037564065746175344
Binary100000111111011101000110101111100110001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,61,52); }

 H1.HeaderClassName
 {
   color: #833D34;
 }
 .AnyTagClassName
 {
   color: #833D34;
 }
</style>
background-color css

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

 a { background-color: rgb(131,61,52); }

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

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

 span { border-color: rgb(131,61,52); }

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