Html Css Color HEX #854645 Matrix

📋 copy color: '#854645'

red 133 ◦ green 70 ◦ blue 69

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

Shades of Matrix #854645

Tints of Matrix #854645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.37%

R = 48.9%
G = 25.74%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#854645 (or 0x854645) is known color: Matrix. HEX triplet: 85, 46 and 45. RGB value is (133,70,69). Sum of RGB (Red+Green+Blue) = 133+70+69=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #854645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854645 is #7AB9BA. Grayscale: #585858. Windows color (decimal): -8042939 or 4540037. OLE color: 4540037.

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

Color convert

RGB 133 70 69 -
CMYK 0 0.47 0.48 0.48
HSL 0.94º 0.32% 0.4% -
HSV(B) 0.94º 0.48% 0.52% -
XYZ 12.94 9.8 6.84 -
YUV 88.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 133 70 69 0 0.47 0.48 0.48 0.94 0.32 0.4
Hex 85 46 45 0 2F 30 30 1 20 28
Octal 205 106 105 0 57 60 60 1 40 50
Binary 10000101 1000110 1000101 0 101111 110000 110000 1 100000 101000

Color Harmonies of #854645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854645

Black with #854645

Text Example


Text Example

White with #854645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854645; }

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

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

background-color css

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

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

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

border-color css

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

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

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