Html Css Color HEX #824A44 Matrix

📋 copy color: '#824A44'

red 130 ◦ green 74 ◦ blue 68

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

Shades of Matrix #824A44

Tints of Matrix #824A44

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

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

R = 47.79%
G = 27.21%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#824A44 (or 0x824A44) is known color: Matrix. HEX triplet: 82, 4A and 44. RGB value is (130,74,68). Sum of RGB (Red+Green+Blue) = 130+74+68=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #824A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A44 is #7DB5BB. Grayscale: #5A5A5A. Windows color (decimal): -8238524 or 4475522. OLE color: 4475522.

HSL color Cylindrical-coordinate representation of color #824A44: hue angle of 5.81º 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 #824A44 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 74 68 -
CMYK 0 0.43 0.48 0.49
HSL 5.81º 0.31% 0.39% -
HSV(B) 5.81º 0.48% 0.51% -
XYZ 12.7 10.06 6.74 -
YUV 90.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 130 74 68 0 0.43 0.48 0.49 5.81 0.31 0.39
Hex 82 4A 44 0 2B 30 31 6 1F 27
Octal 202 112 104 0 53 60 61 6 37 47
Binary 10000010 1001010 1000100 0 101011 110000 110001 110 11111 100111

Color Harmonies of #824A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A44

Black with #824A44

Text Example


Text Example

White with #824A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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