Html Css Color HEX #833B30 Prairie Sand

📋 copy color: '#833B30'

red 131 ◦ green 59 ◦ blue 48

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

Shades of Prairie Sand #833B30

Tints of Prairie Sand #833B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.79%

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

R = 55.04%
G = 24.79%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#833B30 (or 0x833B30) is known color: Prairie Sand. HEX triplet: 83, 3B and 30. RGB value is (131,59,48). Sum of RGB (Red+Green+Blue) = 131+59+48=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #833B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833B30 is #7CC4CF. Grayscale: #4F4F4F. Windows color (decimal): -8176848 or 3160963. OLE color: 3160963.

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

Color convert

RGB 131 59 48 -
CMYK 0 0.55 0.63 0.49
HSL 7.95º 0.46% 0.35% -
HSV(B) 7.95º 0.63% 0.51% -
XYZ 11.46 8.17 3.77 -
YUV 79.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 131 59 48 0 0.55 0.63 0.49 7.95 0.46 0.35
Hex 83 3B 30 0 37 3F 31 8 2E 23
Octal 203 73 60 0 67 77 61 10 56 43
Binary 10000011 111011 110000 0 110111 111111 110001 1000 101110 100011

Color Harmonies of #833B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B30

Black with #833B30

Text Example


Text Example

White with #833B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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