Html Css Color HEX #824544 Matrix

📋 copy color: '#824544'

red 130 ◦ green 69 ◦ blue 68

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

Shades of Matrix #824544

Tints of Matrix #824544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 48.69%
G = 25.84%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#824544 (or 0x824544) is known color: Matrix. HEX triplet: 82, 45 and 44. RGB value is (130,69,68). Sum of RGB (Red+Green+Blue) = 130+69+68=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824544 is #7DBABB. Grayscale: #575757. Windows color (decimal): -8239804 or 4474242. OLE color: 4474242.

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

Color convert

RGB 130 69 68 -
CMYK 0 0.47 0.48 0.49
HSL 0.97º 0.31% 0.39% -
HSV(B) 0.97º 0.48% 0.51% -
XYZ 12.38 9.42 6.63 -
YUV 87.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 130 69 68 0 0.47 0.48 0.49 0.97 0.31 0.39
Hex 82 45 44 0 2F 30 31 1 1F 27
Octal 202 105 104 0 57 60 61 1 37 47
Binary 10000010 1000101 1000100 0 101111 110000 110001 1 11111 100111

Color Harmonies of #824544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824544

Black with #824544

Text Example


Text Example

White with #824544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824544; }

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

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

background-color css

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

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

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

border-color css

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

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

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