Html Css Color HEX #834644 Matrix

📋 copy color: '#834644'

red 131 ◦ green 70 ◦ blue 68

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

Shades of Matrix #834644

Tints of Matrix #834644

RGB

 RED value IS 131 (51.56% from 255) = 48.7%

 GREEN value IS 70 (27.73% from 255) = 26.02%

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

R = 48.7%
G = 26.02%
B = 25.28%

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

#834644 (or 0x834644) is known color: Matrix. HEX triplet: 83, 46 and 44. RGB value is (131,70,68). Sum of RGB (Red+Green+Blue) = 131+70+68=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #834644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834644 is #7CB9BB. Grayscale: #585858. Windows color (decimal): -8174012 or 4474499. OLE color: 4474499.

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

Color convert

RGB 131 70 68 -
CMYK 0 0.47 0.48 0.49
HSL 1.9º 0.32% 0.39% -
HSV(B) 1.9º 0.48% 0.51% -
XYZ 12.59 9.62 6.66 -
YUV 88.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 131 70 68 0 0.47 0.48 0.49 1.9 0.32 0.39
Hex 83 46 44 0 2F 30 31 2 20 27
Octal 203 106 104 0 57 60 61 2 40 47
Binary 10000011 1000110 1000100 0 101111 110000 110001 10 100000 100111

Color Harmonies of #834644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834644

Black with #834644

Text Example


Text Example

White with #834644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834644; }

 p { color: rgb(131,70,68); }

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

background-color css

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

 a { background-color: rgb(131,70,68); }

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

border-color css

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

 span { border-color: rgb(131,70,68); }

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