Html Css Color HEX #834945 Lotus

📋 copy color: '#834945'

red 131 ◦ green 73 ◦ blue 69

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

Shades of Lotus #834945

Tints of Lotus #834945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 47.99%
G = 26.74%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#834945 (or 0x834945) is known color: Lotus. HEX triplet: 83, 49 and 45. RGB value is (131,73,69). Sum of RGB (Red+Green+Blue) = 131+73+69=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #834945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834945 is #7CB6BA. Grayscale: #595959. Windows color (decimal): -8173243 or 4540803. OLE color: 4540803.

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

Color convert

RGB 131 73 69 -
CMYK 0 0.44 0.47 0.49
HSL 3.87º 0.31% 0.39% -
HSV(B) 3.87º 0.47% 0.51% -
XYZ 12.82 10.02 6.89 -
YUV 89.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 131 73 69 0 0.44 0.47 0.49 3.87 0.31 0.39
Hex 83 49 45 0 2C 2F 31 4 1F 27
Octal 203 111 105 0 54 57 61 4 37 47
Binary 10000011 1001001 1000101 0 101100 101111 110001 100 11111 100111

Color Harmonies of #834945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834945

Black with #834945

Text Example


Text Example

White with #834945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834945; }

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

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

background-color css

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

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

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

border-color css

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

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

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