Html Css Color HEX #854641 Matrix

📋 copy color: '#854641'

red 133 ◦ green 70 ◦ blue 65

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

Shades of Matrix #854641

Tints of Matrix #854641

RGB

 RED value IS 133 (52.34% from 255) = 49.63%

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

 BLUE value IS 65 (25.78% from 255) = 24.25%

R = 49.63%
G = 26.12%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#854641 (or 0x854641) is known color: Matrix. HEX triplet: 85, 46 and 41. RGB value is (133,70,65). Sum of RGB (Red+Green+Blue) = 133+70+65=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #854641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854641 is #7AB9BE. Grayscale: #585858. Windows color (decimal): -8042943 or 4277893. OLE color: 4277893.

HSL color Cylindrical-coordinate representation of color #854641: hue angle of 4.41º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854641 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 65 -
CMYK 0 0.47 0.51 0.48
HSL 4.41º 0.34% 0.39% -
HSV(B) 4.41º 0.51% 0.52% -
XYZ 12.82 9.75 6.21 -
YUV 88.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 133 70 65 0 0.47 0.51 0.48 4.41 0.34 0.39
Hex 85 46 41 0 2F 33 30 4 22 27
Octal 205 106 101 0 57 63 60 4 42 47
Binary 10000101 1000110 1000001 0 101111 110011 110000 100 100010 100111

Color Harmonies of #854641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854641

Black with #854641

Text Example


Text Example

White with #854641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854641; }

 p { color: rgb(133,70,65); }

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

background-color css

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

 a { background-color: rgb(133,70,65); }

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

border-color css

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

 span { border-color: rgb(133,70,65); }

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