Html Css Color HEX #833B34 Prairie Sand

📋 copy color: '#833B34'

red 131 ◦ green 59 ◦ blue 52

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

Shades of Prairie Sand #833B34

Tints of Prairie Sand #833B34

RGB

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

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

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

R = 54.13%
G = 24.38%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#833B34 (or 0x833B34) is known color: Prairie Sand. HEX triplet: 83, 3B and 34. RGB value is (131,59,52). Sum of RGB (Red+Green+Blue) = 131+59+52=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #833B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833B34 is #7CC4CB. Grayscale: #4F4F4F. Windows color (decimal): -8176844 or 3423107. OLE color: 3423107.

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

Color convert

RGB 131 59 52 -
CMYK 0 0.55 0.60 0.49
HSL 5.32º 0.43% 0.36% -
HSV(B) 5.32º 0.6% 0.51% -
XYZ 11.54 8.2 4.22 -
YUV 79.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 131 59 52 0 0.55 0.60 0.49 5.32 0.43 0.36
Hex 83 3B 34 0 37 3C 31 5 2B 24
Octal 203 73 64 0 67 74 61 5 53 44
Binary 10000011 111011 110100 0 110111 111100 110001 101 101011 100100

Color Harmonies of #833B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B34

Black with #833B34

Text Example


Text Example

White with #833B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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