Html Css Color HEX #824745 Lotus

📋 copy color: '#824745'

red 130 ◦ green 71 ◦ blue 69

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

Shades of Lotus #824745

Tints of Lotus #824745

RGB

 RED value IS 130 (51.17% from 255) = 48.15%

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

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

R = 48.15%
G = 26.3%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#824745 (or 0x824745) is known color: Lotus. HEX triplet: 82, 47 and 45. RGB value is (130,71,69). Sum of RGB (Red+Green+Blue) = 130+71+69=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #824745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824745 is #7DB8BA. Grayscale: #585858. Windows color (decimal): -8239291 or 4540290. OLE color: 4540290.

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

Color convert

RGB 130 71 69 -
CMYK 0 0.45 0.47 0.49
HSL 1.97º 0.31% 0.39% -
HSV(B) 1.97º 0.47% 0.51% -
XYZ 12.53 9.68 6.84 -
YUV 88.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 130 71 69 0 0.45 0.47 0.49 1.97 0.31 0.39
Hex 82 47 45 0 2D 2F 31 2 1F 27
Octal 202 107 105 0 55 57 61 2 37 47
Binary 10000010 1000111 1000101 0 101101 101111 110001 10 11111 100111

Color Harmonies of #824745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824745

Black with #824745

Text Example


Text Example

White with #824745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824745; }

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

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

background-color css

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

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

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

border-color css

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

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

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