Html Css Color HEX #833F35 Prairie Sand

📋 copy color: '#833F35'

red 131 ◦ green 63 ◦ blue 53

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

Shades of Prairie Sand #833F35

Tints of Prairie Sand #833F35

RGB

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

 GREEN value IS 63 (25% from 255) = 25.51%

 BLUE value IS 53 (21.09% from 255) = 21.46%

R = 53.04%
G = 25.51%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#833F35 (or 0x833F35) is known color: Prairie Sand. HEX triplet: 83, 3F and 35. RGB value is (131,63,53). Sum of RGB (Red+Green+Blue) = 131+63+53=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #833F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F35 is #7CC0CA. Grayscale: #525252. Windows color (decimal): -8175819 or 3489667. OLE color: 3489667.

HSL color Cylindrical-coordinate representation of color #833F35: hue angle of 7.69º degrees, saturation: 0.42, 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 #833F35 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 63 53 -
CMYK 0 0.52 0.60 0.49
HSL 7.69º 0.42% 0.36% -
HSV(B) 7.69º 0.6% 0.51% -
XYZ 11.78 8.64 4.41 -
YUV 82.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 131 63 53 0 0.52 0.60 0.49 7.69 0.42 0.36
Hex 83 3F 35 0 34 3C 31 8 2A 24
Octal 203 77 65 0 64 74 61 10 52 44
Binary 10000011 111111 110101 0 110100 111100 110001 1000 101010 100100

Color Harmonies of #833F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833F35

Black with #833F35

Text Example


Text Example

White with #833F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,63,53); }

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

background-color css

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

 a { background-color: rgb(131,63,53); }

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

border-color css

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

 span { border-color: rgb(131,63,53); }

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