Html Css Color HEX #833E2D Prairie Sand

📋 copy color: '#833E2D'

red 131 ◦ green 62 ◦ blue 45

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

Shades of Prairie Sand #833E2D

Tints of Prairie Sand #833E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.05%

 BLUE value IS 45 (17.97% from 255) = 18.91%

R = 55.04%
G = 26.05%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#833E2D (or 0x833E2D) is known color: Prairie Sand. HEX triplet: 83, 3E and 2D. RGB value is (131,62,45). Sum of RGB (Red+Green+Blue) = 131+62+45=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #833E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833E2D is #7CC1D2. Grayscale: #505050. Windows color (decimal): -8176083 or 2965123. OLE color: 2965123.

HSL color Cylindrical-coordinate representation of color #833E2D: hue angle of 11.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833E2D is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 62 45 -
CMYK 0 0.53 0.66 0.49
HSL 11.86º 0.49% 0.35% -
HSV(B) 11.86º 0.66% 0.51% -
XYZ 11.56 8.46 3.51 -
YUV 80.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 131 62 45 0 0.53 0.66 0.49 11.86 0.49 0.35
Hex 83 3E 2D 0 35 42 31 C 31 23
Octal 203 76 55 0 65 102 61 14 61 43
Binary 10000011 111110 101101 0 110101 1000010 110001 1100 110001 100011

Color Harmonies of #833E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833E2D

Black with #833E2D

Text Example


Text Example

White with #833E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,62,45); }

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

background-color css

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

 a { background-color: rgb(131,62,45); }

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

border-color css

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

 span { border-color: rgb(131,62,45); }

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