Html Css Color HEX #83514A Lotus

📋 copy color: '#83514A'

red 131 ◦ green 81 ◦ blue 74

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

Shades of Lotus #83514A

Tints of Lotus #83514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 45.8%
G = 28.32%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83514A (or 0x83514A) is known color: Lotus. HEX triplet: 83, 51 and 4A. RGB value is (131,81,74). Sum of RGB (Red+Green+Blue) = 131+81+74=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #83514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83514A is #7CAEB5. Grayscale: #5F5F5F. Windows color (decimal): -8171190 or 4870531. OLE color: 4870531.

HSL color Cylindrical-coordinate representation of color #83514A: hue angle of 7.37º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83514A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 81 74 -
CMYK 0 0.38 0.44 0.49
HSL 7.37º 0.28% 0.4% -
HSV(B) 7.37º 0.44% 0.51% -
XYZ 13.54 11.2 7.93 -
YUV 95.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 131 81 74 0 0.38 0.44 0.49 7.37 0.28 0.4
Hex 83 51 4A 0 26 2C 31 7 1C 28
Octal 203 121 112 0 46 54 61 7 34 50
Binary 10000011 1010001 1001010 0 100110 101100 110001 111 11100 101000

Color Harmonies of #83514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83514A

Black with #83514A

Text Example


Text Example

White with #83514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83514A; }

 p { color: rgb(131,81,74); }

 H1.HeaderClassName
 {
   color: #83514A;
 }
 .AnyTagClassName
 {
   color: #83514A;
 }
</style>

background-color css

<style>
 a { background-color: #83514A; }

 a { background-color: rgb(131,81,74); }

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

border-color css

<style>
 span { border-color: #83514A; }

 span { border-color: rgb(131,81,74); }

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