Html Css Color HEX #824944 Matrix

📋 copy color: '#824944'

red 130 ◦ green 73 ◦ blue 68

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

Shades of Matrix #824944

Tints of Matrix #824944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.09%

R = 47.97%
G = 26.94%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#824944 (or 0x824944) is known color: Matrix. HEX triplet: 82, 49 and 44. RGB value is (130,73,68). Sum of RGB (Red+Green+Blue) = 130+73+68=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #824944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824944 is #7DB6BB. Grayscale: #595959. Windows color (decimal): -8238780 or 4475266. OLE color: 4475266.

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

Color convert

RGB 130 73 68 -
CMYK 0 0.44 0.48 0.49
HSL 4.84º 0.31% 0.39% -
HSV(B) 4.84º 0.48% 0.51% -
XYZ 12.63 9.93 6.72 -
YUV 89.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 130 73 68 0 0.44 0.48 0.49 4.84 0.31 0.39
Hex 82 49 44 0 2C 30 31 5 1F 27
Octal 202 111 104 0 54 60 61 5 37 47
Binary 10000010 1001001 1000100 0 101100 110000 110001 101 11111 100111

Color Harmonies of #824944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824944

Black with #824944

Text Example


Text Example

White with #824944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824944; }

 p { color: rgb(130,73,68); }

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

background-color css

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

 a { background-color: rgb(130,73,68); }

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

border-color css

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

 span { border-color: rgb(130,73,68); }

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