Html Css Color HEX #833A34 Prairie Sand

📋 copy color: '#833A34'

red 131 ◦ green 58 ◦ blue 52

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

Shades of Prairie Sand #833A34

Tints of Prairie Sand #833A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.07%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 54.36%
G = 24.07%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#833A34 (or 0x833A34) is known color: Prairie Sand. HEX triplet: 83, 3A and 34. RGB value is (131,58,52). Sum of RGB (Red+Green+Blue) = 131+58+52=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #833A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833A34 is #7CC5CB. Grayscale: #4F4F4F. Windows color (decimal): -8177100 or 3422851. OLE color: 3422851.

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

Color convert

RGB 131 58 52 -
CMYK 0 0.56 0.60 0.49
HSL 4.56º 0.43% 0.36% -
HSV(B) 4.56º 0.6% 0.51% -
XYZ 11.49 8.1 4.21 -
YUV 79.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 131 58 52 0 0.56 0.60 0.49 4.56 0.43 0.36
Hex 83 3A 34 0 38 3C 31 5 2B 24
Octal 203 72 64 0 70 74 61 5 53 44
Binary 10000011 111010 110100 0 111000 111100 110001 101 101011 100100

Color Harmonies of #833A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833A34

Black with #833A34

Text Example


Text Example

White with #833A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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