Html Css Color HEX #83402D Prairie Sand

📋 copy color: '#83402D'

red 131 ◦ green 64 ◦ blue 45

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

Shades of Prairie Sand #83402D

Tints of Prairie Sand #83402D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 54.58%
G = 26.67%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83402D (or 0x83402D) is known color: Prairie Sand. HEX triplet: 83, 40 and 2D. RGB value is (131,64,45). Sum of RGB (Red+Green+Blue) = 131+64+45=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #83402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83402D is #7CBFD2. Grayscale: #525252. Windows color (decimal): -8175571 or 2965635. OLE color: 2965635.

HSL color Cylindrical-coordinate representation of color #83402D: hue angle of 13.26º 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 #83402D is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 45 -
CMYK 0 0.51 0.66 0.49
HSL 13.26º 0.49% 0.35% -
HSV(B) 13.26º 0.66% 0.51% -
XYZ 11.67 8.68 3.54 -
YUV 81.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 131 64 45 0 0.51 0.66 0.49 13.26 0.49 0.35
Hex 83 40 2D 0 33 42 31 D 31 23
Octal 203 100 55 0 63 102 61 15 61 43
Binary 10000011 1000000 101101 0 110011 1000010 110001 1101 110001 100011

Color Harmonies of #83402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83402D

Black with #83402D

Text Example


Text Example

White with #83402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83402D; }

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

 H1.HeaderClassName
 {
   color: #83402D;
 }
 .AnyTagClassName
 {
   color: #83402D;
 }
</style>

background-color css

<style>
 a { background-color: #83402D; }

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

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

border-color css

<style>
 span { border-color: #83402D; }

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

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