Html Css Color HEX #834544 Matrix

📋 copy color: '#834544'

red 131 ◦ green 69 ◦ blue 68

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

Shades of Matrix #834544

Tints of Matrix #834544

RGB

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

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

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

R = 48.88%
G = 25.75%
B = 25.37%

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

#834544 (or 0x834544) is known color: Matrix. HEX triplet: 83, 45 and 44. RGB value is (131,69,68). Sum of RGB (Red+Green+Blue) = 131+69+68=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #834544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834544 is #7CBABB. Grayscale: #575757. Windows color (decimal): -8174268 or 4474243. OLE color: 4474243.

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

Color convert

RGB 131 69 68 -
CMYK 0 0.47 0.48 0.49
HSL 0.95º 0.32% 0.39% -
HSV(B) 0.95º 0.48% 0.51% -
XYZ 12.53 9.5 6.64 -
YUV 87.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 131 69 68 0 0.47 0.48 0.49 0.95 0.32 0.39
Hex 83 45 44 0 2F 30 31 1 20 27
Octal 203 105 104 0 57 60 61 1 40 47
Binary 10000011 1000101 1000100 0 101111 110000 110001 1 100000 100111

Color Harmonies of #834544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834544

Black with #834544

Text Example


Text Example

White with #834544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834544; }

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

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

background-color css

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

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

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

border-color css

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

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

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