Html Css Color HEX #824943 Matrix

📋 copy color: '#824943'

red 130 ◦ green 73 ◦ blue 67

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

Shades of Matrix #824943

Tints of Matrix #824943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.81%

R = 48.15%
G = 27.04%
B = 24.81%

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

#824943 (or 0x824943) is known color: Matrix. HEX triplet: 82, 49 and 43. RGB value is (130,73,67). Sum of RGB (Red+Green+Blue) = 130+73+67=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #824943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824943 is #7DB6BC. Grayscale: #595959. Windows color (decimal): -8238781 or 4409730. OLE color: 4409730.

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

Color convert

RGB 130 73 67 -
CMYK 0 0.44 0.48 0.49
HSL 5.71º 0.32% 0.39% -
HSV(B) 5.71º 0.48% 0.51% -
XYZ 12.6 9.92 6.56 -
YUV 89.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 130 73 67 0 0.44 0.48 0.49 5.71 0.32 0.39
Hex 82 49 43 0 2C 30 31 6 20 27
Octal 202 111 103 0 54 60 61 6 40 47
Binary 10000010 1001001 1000011 0 101100 110000 110001 110 100000 100111

Color Harmonies of #824943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824943

Black with #824943

Text Example


Text Example

White with #824943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824943; }

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

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

background-color css

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

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

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

border-color css

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

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

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