Html Css Color HEX #834948 Lotus

📋 copy color: '#834948'

red 131 ◦ green 73 ◦ blue 72

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

Shades of Lotus #834948

Tints of Lotus #834948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

 BLUE value IS 72 (28.52% from 255) = 26.09%

R = 47.46%
G = 26.45%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#834948 (or 0x834948) is known color: Lotus. HEX triplet: 83, 49 and 48. RGB value is (131,73,72). Sum of RGB (Red+Green+Blue) = 131+73+72=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #834948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834948 is #7CB6B7. Grayscale: #5A5A5A. Windows color (decimal): -8173240 or 4737411. OLE color: 4737411.

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

Color convert

RGB 131 73 72 -
CMYK 0 0.44 0.45 0.49
HSL 1.02º 0.29% 0.4% -
HSV(B) 1.02º 0.45% 0.51% -
XYZ 12.91 10.06 7.39 -
YUV 90.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 131 73 72 0 0.44 0.45 0.49 1.02 0.29 0.4
Hex 83 49 48 0 2C 2D 31 1 1D 28
Octal 203 111 110 0 54 55 61 1 35 50
Binary 10000011 1001001 1001000 0 101100 101101 110001 1 11101 101000

Color Harmonies of #834948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834948

Black with #834948

Text Example


Text Example

White with #834948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834948; }

 p { color: rgb(131,73,72); }

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

background-color css

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

 a { background-color: rgb(131,73,72); }

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

border-color css

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

 span { border-color: rgb(131,73,72); }

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