Html Css Color HEX #854543 Matrix

📋 copy color: '#854543'

red 133 ◦ green 69 ◦ blue 67

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

Shades of Matrix #854543

Tints of Matrix #854543

RGB

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

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

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

R = 49.44%
G = 25.65%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#854543 (or 0x854543) is known color: Matrix. HEX triplet: 85, 45 and 43. RGB value is (133,69,67). Sum of RGB (Red+Green+Blue) = 133+69+67=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854543 is #7ABABC. Grayscale: #575757. Windows color (decimal): -8043197 or 4408709. OLE color: 4408709.

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

Color convert

RGB 133 69 67 -
CMYK 0 0.48 0.50 0.48
HSL 1.82º 0.33% 0.39% -
HSV(B) 1.82º 0.5% 0.52% -
XYZ 12.81 9.65 6.5 -
YUV 87.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 133 69 67 0 0.48 0.50 0.48 1.82 0.33 0.39
Hex 85 45 43 0 30 32 30 2 21 27
Octal 205 105 103 0 60 62 60 2 41 47
Binary 10000101 1000101 1000011 0 110000 110010 110000 10 100001 100111

Color Harmonies of #854543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854543

Black with #854543

Text Example


Text Example

White with #854543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854543; }

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

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

background-color css

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

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

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

border-color css

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

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

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