#833C30

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

Shades of Prairie Sand #833C30

Tints of Prairie Sand #833C30

Color information

#833C30 (or 0x833C30) is unknown color: approx Prairie Sand. HEX triplet: 83, 3C and 30. RGB value is (131,60,48). Sum of RGB (Red+Green+Blue) = 131+60+48=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #833C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833C30 is #7CC3CF. Grayscale: #4F4F4F. Windows color (decimal): -8176592 or 3161219. OLE color: 3161219.

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

Color convert

RGB1316048-
CMYK00.540.630.49
HSL8.67º46.37%35.1%-
HSV(B)8.67º63.36%51.37%-
XYZ11.518.273.79-
YUV79.86110.02164.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.81%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=54.81%
G=25.10%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131604800.540.630.498.6746.3735.1
Hex833C300363F3192e23
Octal20374600667761115643
Binary1000001111110011000001101101111111100011001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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