Html Css Color HEX #834745 Lotus

📋 copy color: '#834745'

red 131 ◦ green 71 ◦ blue 69

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

Shades of Lotus #834745

Tints of Lotus #834745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

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

R = 48.34%
G = 26.2%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#834745 (or 0x834745) is known color: Lotus. HEX triplet: 83, 47 and 45. RGB value is (131,71,69). Sum of RGB (Red+Green+Blue) = 131+71+69=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #834745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834745 is #7CB8BA. Grayscale: #585858. Windows color (decimal): -8173755 or 4540291. OLE color: 4540291.

HSL color Cylindrical-coordinate representation of color #834745: hue angle of 1.94º 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 #834745 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 69 -
CMYK 0 0.46 0.47 0.49
HSL 1.94º 0.31% 0.39% -
HSV(B) 1.94º 0.47% 0.51% -
XYZ 12.69 9.76 6.85 -
YUV 88.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 131 71 69 0 0.46 0.47 0.49 1.94 0.31 0.39
Hex 83 47 45 0 2E 2F 31 2 1F 27
Octal 203 107 105 0 56 57 61 2 37 47
Binary 10000011 1000111 1000101 0 101110 101111 110001 10 11111 100111

Color Harmonies of #834745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834745

Black with #834745

Text Example


Text Example

White with #834745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834745; }

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

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

background-color css

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

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

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

border-color css

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

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

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